Interface ICertificateStatus
-
- All Known Subinterfaces:
IRevokedStatus,IUnknownStatus
- All Known Implementing Classes:
CertificateStatusBC,RevokedStatusBC,UnknownStatusBC
public interface ICertificateStatusThis 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 ICertificateStatusgetGood()GetsGOODconstant for the wrapped CertificateStatus.
-
-
-
Method Detail
-
getGood
ICertificateStatus getGood()
GetsGOODconstant for the wrapped CertificateStatus.- Returns:
- CertificateStatus.GOOD wrapper.
-
-