Interface IOCSPObjectIdentifiers
- All Known Implementing Classes:
-
OCSPObjectIdentifiersBC
,OCSPObjectIdentifiersBCFips
public interface IOCSPObjectIdentifiers
This interface represents the wrapper for OCSPObjectIdentifiers that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Modifier and TypeMethodDescriptionGetsid_pkix_ocsp_basic
constant for the wrapped OCSPObjectIdentifiers.Getsid_pkix_ocsp_nocheck
constant for the wrapped OCSPObjectIdentifiers.Getsid_pkix_ocsp_nonce
constant for the wrapped OCSPObjectIdentifiers.
-
Method Details
-
getIdPkixOcspBasic
IASN1ObjectIdentifier getIdPkixOcspBasic()Getsid_pkix_ocsp_basic
constant for the wrapped OCSPObjectIdentifiers.- Returns:
- OCSPObjectIdentifiers.id_pkix_ocsp_basic wrapper.
-
getIdPkixOcspNonce
IASN1ObjectIdentifier getIdPkixOcspNonce()Getsid_pkix_ocsp_nonce
constant for the wrapped OCSPObjectIdentifiers.- Returns:
- OCSPObjectIdentifiers.id_pkix_ocsp_nonce wrapper.
-
getIdPkixOcspNoCheck
IASN1ObjectIdentifier getIdPkixOcspNoCheck()Getsid_pkix_ocsp_nocheck
constant for the wrapped OCSPObjectIdentifiers.- Returns:
- OCSPObjectIdentifiers.id_pkix_ocsp_nocheck wrapper.
-