Interface IRevokedStatus
- All Superinterfaces:
ICertificateStatus
- All Known Implementing Classes:
RevokedStatusBC
This interface represents the wrapper for RevokedStatus that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Modifier and TypeMethodDescriptionCalls actualgetRevocationTime
method for the wrapped RevokedStatus object.Methods inherited from interface com.itextpdf.commons.bouncycastle.cert.ocsp.ICertificateStatus
getGood
-
Method Details
-
getRevocationTime
Date getRevocationTime()Calls actualgetRevocationTime
method for the wrapped RevokedStatus object.- Returns:
- certificate revocation time.
-