Interface ICertificateStatus
- All Known Subinterfaces:
IRevokedStatus
,IUnknownStatus
- All Known Implementing Classes:
CertificateStatusBC
,RevokedStatusBC
,UnknownStatusBC
public interface ICertificateStatus
This interface represents the wrapper for CertificateStatus that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Modifier and TypeMethodDescriptiongetGood()
GetsGOOD
constant for the wrapped CertificateStatus.
-
Method Details
-
getGood
ICertificateStatus getGood()GetsGOOD
constant for the wrapped CertificateStatus.- Returns:
- CertificateStatus.GOOD wrapper.
-