iText 9.6.0 API
iText.Bouncycastle.Asn1.Ocsp.OcspObjectIdentifiersBC Class Reference

Wrapper class for Org.BouncyCastle.Asn1.Ocsp.OcspObjectIdentifiers. More...

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

Public Member Functions

  OcspObjectIdentifiersBC (OcspObjectIdentifiers ocspObjectIdentifiers)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Ocsp.OcspObjectIdentifiers. More...
 
virtual OcspObjectIdentifiers  GetOcspObjectIdentifiers ()
  Gets actual org.bouncycastle object being wrapped. More...
 
virtual IDerObjectIdentifier  GetIdPkixOcspBasic ()
  Gets id_pkix_ocsp_basic constant for the wrapped OCSPObjectIdentifiers. More...
 
virtual IDerObjectIdentifier  GetIdPkixOcspNonce ()
  Gets id_pkix_ocsp_nonce constant for the wrapped OCSPObjectIdentifiers. More...
 
virtual IDerObjectIdentifier  GetIdPkixOcspNoCheck ()
  Gets id_pkix_ocsp_nocheck constant for the wrapped OCSPObjectIdentifiers. More...
 
virtual IDerObjectIdentifier  GetIdPkixOcspArchiveCutoff ()
  Gets id_pkix_ocsp_archive_cutoff constant for the wrapped OCSPObjectIdentifiers. More...
 
override bool  Equals (Object o)
  Indicates whether some other object is "equal to" this one. More...
 
override int  GetHashCode ()
  Returns a hash code value based on the wrapped object. More...
 
override String  ToString ()
  Delegates toString method call to the wrapped object. More...
 

Static Public Member Functions

static OcspObjectIdentifiersBC  GetInstance ()
  Gets wrapper instance. More...
 

Detailed Description

Wrapper class for Org.BouncyCastle.Asn1.Ocsp.OcspObjectIdentifiers.

Constructor & Destructor Documentation

◆ OcspObjectIdentifiersBC()

iText.Bouncycastle.Asn1.Ocsp.OcspObjectIdentifiersBC.OcspObjectIdentifiersBC ( OcspObjectIdentifiers  ocspObjectIdentifiers )
inline

Creates new wrapper instance for Org.BouncyCastle.Asn1.Ocsp.OcspObjectIdentifiers.

Parameters
ocspObjectIdentifiers

Org.BouncyCastle.Asn1.Ocsp.OcspObjectIdentifiers to be wrapped

Member Function Documentation

◆ Equals()

override bool iText.Bouncycastle.Asn1.Ocsp.OcspObjectIdentifiersBC.Equals ( Object  o )
inline

Indicates whether some other object is "equal to" this one.

Indicates whether some other object is "equal to" this one. Compares wrapped objects.

◆ GetHashCode()

override int iText.Bouncycastle.Asn1.Ocsp.OcspObjectIdentifiersBC.GetHashCode ( )
inline

Returns a hash code value based on the wrapped object.

◆ GetIdPkixOcspArchiveCutoff()

virtual IDerObjectIdentifier iText.Bouncycastle.Asn1.Ocsp.OcspObjectIdentifiersBC.GetIdPkixOcspArchiveCutoff ( )
inlinevirtual

Gets id_pkix_ocsp_archive_cutoff constant for the wrapped OCSPObjectIdentifiers.

Implements iText.Commons.Bouncycastle.Asn1.Ocsp.IOcspObjectIdentifiers.

◆ GetIdPkixOcspBasic()

virtual IDerObjectIdentifier iText.Bouncycastle.Asn1.Ocsp.OcspObjectIdentifiersBC.GetIdPkixOcspBasic ( )
inlinevirtual

Gets id_pkix_ocsp_basic constant for the wrapped OCSPObjectIdentifiers.

Implements iText.Commons.Bouncycastle.Asn1.Ocsp.IOcspObjectIdentifiers.

◆ GetIdPkixOcspNoCheck()

virtual IDerObjectIdentifier iText.Bouncycastle.Asn1.Ocsp.OcspObjectIdentifiersBC.GetIdPkixOcspNoCheck ( )
inlinevirtual

Gets id_pkix_ocsp_nocheck constant for the wrapped OCSPObjectIdentifiers.

Implements iText.Commons.Bouncycastle.Asn1.Ocsp.IOcspObjectIdentifiers.

◆ GetIdPkixOcspNonce()

virtual IDerObjectIdentifier iText.Bouncycastle.Asn1.Ocsp.OcspObjectIdentifiersBC.GetIdPkixOcspNonce ( )
inlinevirtual

Gets id_pkix_ocsp_nonce constant for the wrapped OCSPObjectIdentifiers.

Implements iText.Commons.Bouncycastle.Asn1.Ocsp.IOcspObjectIdentifiers.

◆ GetInstance()

static OcspObjectIdentifiersBC iText.Bouncycastle.Asn1.Ocsp.OcspObjectIdentifiersBC.GetInstance ( )
inlinestatic

Gets wrapper instance.

Returns

OcspObjectIdentifiersBC instance.

◆ GetOcspObjectIdentifiers()

virtual OcspObjectIdentifiers iText.Bouncycastle.Asn1.Ocsp.OcspObjectIdentifiersBC.GetOcspObjectIdentifiers ( )
inlinevirtual

Gets actual org.bouncycastle object being wrapped.

Returns
wrapped Org.BouncyCastle.Asn1.Ocsp.OcspObjectIdentifiers.

◆ ToString()

override String iText.Bouncycastle.Asn1.Ocsp.OcspObjectIdentifiersBC.ToString ( )
inline

Delegates toString method call to the wrapped object.