iText 8.0.5 API
iText.Bouncycastlefips.Asn1.DerObjectIdentifierBCFips Class Reference

Wrapper class for Org.BouncyCastle.Asn1.DerObjectIdentifier. More...

Inheritance diagram for iText.Bouncycastlefips.Asn1.DerObjectIdentifierBCFips:
iText.Bouncycastlefips.Asn1.Asn1ObjectBCFips iText.Commons.Bouncycastle.Asn1.IDerObjectIdentifier iText.Bouncycastlefips.Asn1.Asn1EncodableBCFips iText.Commons.Bouncycastle.Asn1.IAsn1Object iText.Commons.Bouncycastle.Asn1.IAsn1Object iText.Commons.Bouncycastle.Asn1.IAsn1Encodable iText.Commons.Bouncycastle.Asn1.IAsn1Encodable iText.Commons.Bouncycastle.Asn1.IAsn1Encodable

Public Member Functions

  DerObjectIdentifierBCFips (String identifier)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.DerObjectIdentifier. More...
 
  DerObjectIdentifierBCFips (DerObjectIdentifier identifier)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.DerObjectIdentifier. More...
 
virtual DerObjectIdentifier  GetDerObjectIdentifier ()
  Gets actual org.bouncycastle object being wrapped. More...
 
virtual String  GetId ()
  Calls actual getId method for the wrapped ASN1ObjectIdentifier object. More...
 
- Public Member Functions inherited from iText.Bouncycastlefips.Asn1.Asn1ObjectBCFips
  Asn1ObjectBCFips (Asn1Object primitive)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1Object. More...
 
  Asn1ObjectBCFips (byte[] array)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1Object. More...
 
virtual Asn1Object  GetPrimitive ()
  Gets actual org.bouncycastle object being wrapped. More...
 
virtual byte[]  GetEncoded ()
  Calls actual getEncoded method for the wrapped ASN1Primitive object. More...
 
virtual byte[]  GetEncoded (String encoding)
  Calls actual getEncoded method for the wrapped ASN1Primitive object. More...
 
- Public Member Functions inherited from iText.Bouncycastlefips.Asn1.Asn1EncodableBCFips
  Asn1EncodableBCFips (Asn1Encodable encodable)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1Encodable. More...
 
virtual Asn1Encodable  GetEncodable ()
  Gets actual org.bouncycastle object being wrapped. More...
 
virtual IAsn1Object  ToASN1Primitive ()
  Calls actual toASN1Primitive method for the wrapped ASN1Encodable object. More...
 
virtual bool  IsNull ()
  Checks if wrapped object is null. 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...
 

Detailed Description

Wrapper class for Org.BouncyCastle.Asn1.DerObjectIdentifier.

Constructor & Destructor Documentation

◆ DerObjectIdentifierBCFips() [1/2]

iText.Bouncycastlefips.Asn1.DerObjectIdentifierBCFips.DerObjectIdentifierBCFips ( String  identifier )
inline

Creates new wrapper instance for Org.BouncyCastle.Asn1.DerObjectIdentifier.

Parameters
identifier string to create Org.BouncyCastle.Asn1.DerObjectIdentifier

◆ DerObjectIdentifierBCFips() [2/2]

iText.Bouncycastlefips.Asn1.DerObjectIdentifierBCFips.DerObjectIdentifierBCFips ( DerObjectIdentifier  identifier )
inline

Creates new wrapper instance for Org.BouncyCastle.Asn1.DerObjectIdentifier.

Parameters
identifier

Org.BouncyCastle.Asn1.DerObjectIdentifier to be wrapped

Member Function Documentation

◆ GetDerObjectIdentifier()

virtual DerObjectIdentifier iText.Bouncycastlefips.Asn1.DerObjectIdentifierBCFips.GetDerObjectIdentifier ( )
inlinevirtual

Gets actual org.bouncycastle object being wrapped.

Returns
wrapped Org.BouncyCastle.Asn1.DerObjectIdentifier.

◆ GetId()

virtual String iText.Bouncycastlefips.Asn1.DerObjectIdentifierBCFips.GetId ( )
inlinevirtual

Calls actual getId method for the wrapped ASN1ObjectIdentifier object.

Implements iText.Commons.Bouncycastle.Asn1.IDerObjectIdentifier.