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

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

Inheritance diagram for iText.Bouncycastle.Asn1.DerStringBaseBC:
iText.Commons.Bouncycastle.Asn1.IDerStringBase

Public Member Functions

  DerStringBaseBC (DerStringBase asn1String)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.DerStringBase. More...
 
virtual DerStringBase  GetDerStringBase ()
  Gets actual org.bouncycastle object being wrapped. More...
 
virtual String  GetString ()
  Calls actual getString method for the wrapped ASN1String object. 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.DerStringBase.

Constructor & Destructor Documentation

◆ DerStringBaseBC()

iText.Bouncycastle.Asn1.DerStringBaseBC.DerStringBaseBC ( DerStringBase  asn1String )
inline

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

Parameters
asn1String

Org.BouncyCastle.Asn1.DerStringBase to be wrapped

Member Function Documentation

◆ Equals()

override bool iText.Bouncycastle.Asn1.DerStringBaseBC.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.

◆ GetDerStringBase()

virtual DerStringBase iText.Bouncycastle.Asn1.DerStringBaseBC.GetDerStringBase ( )
inlinevirtual

Gets actual org.bouncycastle object being wrapped.

Returns
wrapped Org.BouncyCastle.Asn1.DerStringBase.

◆ GetHashCode()

override int iText.Bouncycastle.Asn1.DerStringBaseBC.GetHashCode ( )
inline

Returns a hash code value based on the wrapped object.

◆ GetString()

virtual String iText.Bouncycastle.Asn1.DerStringBaseBC.GetString ( )
inlinevirtual

Calls actual getString method for the wrapped ASN1String object.

Implements iText.Commons.Bouncycastle.Asn1.IDerStringBase.

◆ ToString()

override String iText.Bouncycastle.Asn1.DerStringBaseBC.ToString ( )
inline

Delegates toString method call to the wrapped object.