Interface IBasicOCSPResponse
- All Superinterfaces:
-
IASN1Encodable
- All Known Implementing Classes:
-
BasicOCSPResponseBC
,BasicOCSPResponseBCFips
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 TypeMethodDescriptionGets TbsResponseData for the wrapped BasicOCSPResponse object and calls actualgetProducedAt
method, then gets Date.Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
Method Details
-
getProducedAtDate
Gets TbsResponseData for the wrapped BasicOCSPResponse object and calls actualgetProducedAt
method, then gets Date.- Returns:
- produced at date.
- Throws:
-
ParseException
- when parsing cannot be completed.
-