Interface IOCSPObjectIdentifiers
-
- All Known Implementing Classes:
OCSPObjectIdentifiersBC
public interface IOCSPObjectIdentifiersThis 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 IASN1ObjectIdentifiergetIdPkixOcspArchiveCutoff()Getsid_pkix_ocsp_archive_cutoffconstant for the wrapped OCSPObjectIdentifiers.IASN1ObjectIdentifiergetIdPkixOcspBasic()Getsid_pkix_ocsp_basicconstant for the wrapped OCSPObjectIdentifiers.IASN1ObjectIdentifiergetIdPkixOcspNoCheck()Getsid_pkix_ocsp_nocheckconstant for the wrapped OCSPObjectIdentifiers.IASN1ObjectIdentifiergetIdPkixOcspNonce()Getsid_pkix_ocsp_nonceconstant for the wrapped OCSPObjectIdentifiers.
-
-
-
Method Detail
-
getIdPkixOcspBasic
IASN1ObjectIdentifier getIdPkixOcspBasic()
Getsid_pkix_ocsp_basicconstant for the wrapped OCSPObjectIdentifiers.- Returns:
- OCSPObjectIdentifiers.id_pkix_ocsp_basic wrapper.
-
getIdPkixOcspNonce
IASN1ObjectIdentifier getIdPkixOcspNonce()
Getsid_pkix_ocsp_nonceconstant for the wrapped OCSPObjectIdentifiers.- Returns:
- OCSPObjectIdentifiers.id_pkix_ocsp_nonce wrapper.
-
getIdPkixOcspNoCheck
IASN1ObjectIdentifier getIdPkixOcspNoCheck()
Getsid_pkix_ocsp_nocheckconstant for the wrapped OCSPObjectIdentifiers.- Returns:
- OCSPObjectIdentifiers.id_pkix_ocsp_nocheck wrapper.
-
getIdPkixOcspArchiveCutoff
IASN1ObjectIdentifier getIdPkixOcspArchiveCutoff()
Getsid_pkix_ocsp_archive_cutoffconstant for the wrapped OCSPObjectIdentifiers.- Returns:
- OCSPObjectIdentifiers.id_pkix_ocsp_archive_cutoff wrapper.
-
-