iText 9.7.0 API
iText.Commons.Bouncycastle.Asn1.Ocsp.IOcspObjectIdentifiers Interface Reference

This interface represents the wrapper for OCSPObjectIdentifiers that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. More...

Inheritance diagram for iText.Commons.Bouncycastle.Asn1.Ocsp.IOcspObjectIdentifiers:
iText.Bouncycastle.Asn1.Ocsp.OcspObjectIdentifiersBC iText.Bouncycastlefips.Asn1.Ocsp.OcspObjectIdentifiersBCFips

Public Member Functions

IDerObjectIdentifier  GetIdPkixOcspBasic ()
  Gets id_pkix_ocsp_basic constant for the wrapped OCSPObjectIdentifiers. More...
 
IDerObjectIdentifier  GetIdPkixOcspNonce ()
  Gets id_pkix_ocsp_nonce constant for the wrapped OCSPObjectIdentifiers. More...
 
IDerObjectIdentifier  GetIdPkixOcspNoCheck ()
  Gets id_pkix_ocsp_nocheck constant for the wrapped OCSPObjectIdentifiers. More...
 
IDerObjectIdentifier  GetIdPkixOcspArchiveCutoff ()
  Gets id_pkix_ocsp_archive_cutoff constant for the wrapped OCSPObjectIdentifiers. More...
 

Detailed Description

This interface represents the wrapper for OCSPObjectIdentifiers that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.

Member Function Documentation

◆ GetIdPkixOcspArchiveCutoff()

IDerObjectIdentifier iText.Commons.Bouncycastle.Asn1.Ocsp.IOcspObjectIdentifiers.GetIdPkixOcspArchiveCutoff ( )

Gets id_pkix_ocsp_archive_cutoff constant for the wrapped OCSPObjectIdentifiers.

Returns
OCSPObjectIdentifiers.id_pkix_ocsp_archive_cutoff wrapper.

Implemented in iText.Bouncycastle.Asn1.Ocsp.OcspObjectIdentifiersBC, and iText.Bouncycastlefips.Asn1.Ocsp.OcspObjectIdentifiersBCFips.

◆ GetIdPkixOcspBasic()

IDerObjectIdentifier iText.Commons.Bouncycastle.Asn1.Ocsp.IOcspObjectIdentifiers.GetIdPkixOcspBasic ( )

Gets id_pkix_ocsp_basic constant for the wrapped OCSPObjectIdentifiers.

Returns
OCSPObjectIdentifiers.id_pkix_ocsp_basic wrapper.

Implemented in iText.Bouncycastle.Asn1.Ocsp.OcspObjectIdentifiersBC, and iText.Bouncycastlefips.Asn1.Ocsp.OcspObjectIdentifiersBCFips.

◆ GetIdPkixOcspNoCheck()

IDerObjectIdentifier iText.Commons.Bouncycastle.Asn1.Ocsp.IOcspObjectIdentifiers.GetIdPkixOcspNoCheck ( )

Gets id_pkix_ocsp_nocheck constant for the wrapped OCSPObjectIdentifiers.

Returns
OCSPObjectIdentifiers.id_pkix_ocsp_nocheck wrapper.

Implemented in iText.Bouncycastle.Asn1.Ocsp.OcspObjectIdentifiersBC, and iText.Bouncycastlefips.Asn1.Ocsp.OcspObjectIdentifiersBCFips.

◆ GetIdPkixOcspNonce()

IDerObjectIdentifier iText.Commons.Bouncycastle.Asn1.Ocsp.IOcspObjectIdentifiers.GetIdPkixOcspNonce ( )

Gets id_pkix_ocsp_nonce constant for the wrapped OCSPObjectIdentifiers.

Returns
OCSPObjectIdentifiers.id_pkix_ocsp_nonce wrapper.

Implemented in iText.Bouncycastle.Asn1.Ocsp.OcspObjectIdentifiersBC, and iText.Bouncycastlefips.Asn1.Ocsp.OcspObjectIdentifiersBCFips.