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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Date
getProducedAtDate()
Gets 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 Detail
-
getProducedAtDate
java.util.Date getProducedAtDate() throws java.text.ParseException
Gets TbsResponseData for the wrapped BasicOCSPResponse object and calls actualgetProducedAt
method, then gets Date.- Returns:
- produced at date.
- Throws:
java.text.ParseException
- when parsing cannot be completed.
-
-