Interface IBasicOCSPResponse

  • All Superinterfaces:
    IASN1Encodable
    All Known Implementing Classes:
    BasicOCSPResponseBC

    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 Detail

      • getProducedAtDate

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