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 actualgetRevocationTimemethod for the wrapped RevokedStatus object.Methods inherited from interface ICertificateStatus
getGood
-
Method Details
-
getRevocationTime
Date getRevocationTime()Calls actualgetRevocationTimemethod for the wrapped RevokedStatus object.- Returns:
- certificate revocation time.
-