Interface IBasicOCSPResponse

All Superinterfaces:
IASN1Encodable
All Known Implementing Classes:
BasicOCSPResponseBC, BasicOCSPResponseBCFips

public interface IBasicOCSPResponse extends IASN1Encodable
This interface represents the wrapper for BasicOCSPResponse that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets TbsResponseData for the wrapped BasicOCSPResponse object and calls actual getProducedAt method, then gets Date.

    Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable

    isNull, toASN1Primitive
  • Method Details

    • getProducedAtDate

      Date getProducedAtDate() throws ParseException
      Gets TbsResponseData for the wrapped BasicOCSPResponse object and calls actual getProducedAt method, then gets Date.
      Returns:
      produced at date.
      Throws:
      ParseException - when parsing cannot be completed.