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 Details

    • getIdPkixOcspBasic

      IASN1ObjectIdentifier getIdPkixOcspBasic()
      Gets id_pkix_ocsp_basic constant for the wrapped OCSPObjectIdentifiers.
      Returns:
      OCSPObjectIdentifiers.id_pkix_ocsp_basic wrapper.
    • getIdPkixOcspNonce

      IASN1ObjectIdentifier getIdPkixOcspNonce()
      Gets id_pkix_ocsp_nonce constant for the wrapped OCSPObjectIdentifiers.
      Returns:
      OCSPObjectIdentifiers.id_pkix_ocsp_nonce wrapper.
    • getIdPkixOcspNoCheck

      IASN1ObjectIdentifier getIdPkixOcspNoCheck()
      Gets id_pkix_ocsp_nocheck constant for the wrapped OCSPObjectIdentifiers.
      Returns:
      OCSPObjectIdentifiers.id_pkix_ocsp_nocheck wrapper.