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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICertificateStatus
getGood()
GetsGOOD
constant for the wrapped CertificateStatus.
-
-
-
Method Detail
-
getGood
ICertificateStatus getGood()
GetsGOOD
constant for the wrapped CertificateStatus.- Returns:
- CertificateStatus.GOOD wrapper.
-
-