Interface IRevokedStatus
-
- All Superinterfaces:
ICertificateStatus
- All Known Implementing Classes:
RevokedStatusBC
public interface IRevokedStatus extends ICertificateStatus
This interface represents the wrapper for RevokedStatus 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
getRevocationTime()
Calls actualgetRevocationTime
method for the wrapped RevokedStatus object.-
Methods inherited from interface com.itextpdf.commons.bouncycastle.cert.ocsp.ICertificateStatus
getGood
-
-