Interface IOCSPObjectIdentifiers
-
- All Known Implementing Classes:
OCSPObjectIdentifiersBC
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IASN1ObjectIdentifier
getIdPkixOcspArchiveCutoff()
Getsid_pkix_ocsp_archive_cutoff
constant for the wrapped OCSPObjectIdentifiers.IASN1ObjectIdentifier
getIdPkixOcspBasic()
Getsid_pkix_ocsp_basic
constant for the wrapped OCSPObjectIdentifiers.IASN1ObjectIdentifier
getIdPkixOcspNoCheck()
Getsid_pkix_ocsp_nocheck
constant for the wrapped OCSPObjectIdentifiers.IASN1ObjectIdentifier
getIdPkixOcspNonce()
Getsid_pkix_ocsp_nonce
constant for the wrapped OCSPObjectIdentifiers.
-
-
-
Method Detail
-
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.
-
getIdPkixOcspArchiveCutoff
IASN1ObjectIdentifier getIdPkixOcspArchiveCutoff()
Getsid_pkix_ocsp_archive_cutoff
constant for the wrapped OCSPObjectIdentifiers.- Returns:
- OCSPObjectIdentifiers.id_pkix_ocsp_archive_cutoff wrapper.
-
-