iText 9.0.0 API
iText.Bouncycastlefips.Asn1.X500.X500NameBCFips Class Reference

Wrapper class for Org.BouncyCastle.Asn1.X500.X500Name. More...

Inheritance diagram for iText.Bouncycastlefips.Asn1.X500.X500NameBCFips:
iText.Bouncycastlefips.Asn1.Asn1EncodableBCFips iText.Commons.Bouncycastle.Asn1.X500.IX500Name iText.Commons.Bouncycastle.Asn1.IAsn1Encodable iText.Commons.Bouncycastle.Asn1.IAsn1Encodable

Public Member Functions

  X500NameBCFips (X500Name x500Name)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.X500.X500Name. More...
 
virtual X500Name  GetX500Name ()
  Gets actual org.bouncycastle object being wrapped. More...
 
string  GetName ()
  Gets the RFC2253 name. 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.X500.X500Name.

Constructor & Destructor Documentation

◆ X500NameBCFips()

iText.Bouncycastlefips.Asn1.X500.X500NameBCFips.X500NameBCFips ( X500Name  x500Name )
inline

Creates new wrapper instance for Org.BouncyCastle.Asn1.X500.X500Name.

Parameters
x500Name

Org.BouncyCastle.Asn1.X500.X500Name to be wrapped

Member Function Documentation

◆ GetName()

string iText.Bouncycastlefips.Asn1.X500.X500NameBCFips.GetName ( )
inline

Gets the RFC2253 name.

Returns
the RFC2253 name

Implements iText.Commons.Bouncycastle.Asn1.X500.IX500Name.

◆ GetX500Name()

virtual X500Name iText.Bouncycastlefips.Asn1.X500.X500NameBCFips.GetX500Name ( )
inlinevirtual

Gets actual org.bouncycastle object being wrapped.

Returns
wrapped Org.BouncyCastle.Asn1.X500.X500Name.