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