iText 9.5.0 API
iText.Bouncycastle.Asn1.DerNullBC Class Reference

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

Inheritance diagram for iText.Bouncycastle.Asn1.DerNullBC:
iText.Bouncycastle.Asn1.Asn1ObjectBC iText.Commons.Bouncycastle.Asn1.IDerNull iText.Bouncycastle.Asn1.Asn1EncodableBC 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

  DerNullBC (DerNull derNull)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.DerNull. More...
 
virtual DerNull  GetDerNull ()
  Gets actual org.bouncycastle object being wrapped. More...
 
- Public Member Functions inherited from iText.Bouncycastle.Asn1.Asn1ObjectBC
  Asn1ObjectBC (Asn1Object primitive)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1Object. More...
 
  Asn1ObjectBC (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.Bouncycastle.Asn1.Asn1EncodableBC
  Asn1EncodableBC (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...
 

Static Public Attributes

static readonly DerNullBC  INSTANCE = new DerNullBC()
  Wrapper for Org.BouncyCastle.Asn1.DerNull INSTANCE. More...
 

Detailed Description

Wrapper class for Org.BouncyCastle.Asn1.DerNull.

Constructor & Destructor Documentation

◆ DerNullBC()

iText.Bouncycastle.Asn1.DerNullBC.DerNullBC ( DerNull  derNull )
inline

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

Parameters
derNull

Org.BouncyCastle.Asn1.DerNull to be wrapped

Member Function Documentation

◆ GetDerNull()

virtual DerNull iText.Bouncycastle.Asn1.DerNullBC.GetDerNull ( )
inlinevirtual

Gets actual org.bouncycastle object being wrapped.

Returns
wrapped Org.BouncyCastle.Asn1.DerNull.

Member Data Documentation

◆ INSTANCE

readonly DerNullBC iText.Bouncycastle.Asn1.DerNullBC.INSTANCE = new DerNullBC()
static

Wrapper for Org.BouncyCastle.Asn1.DerNull INSTANCE.