iText 9.4.0 API
iText.Bouncycastle.Asn1.X509.X509ExtensionBC Class Reference

Wrapper class for X509Extension. More...

Inheritance diagram for iText.Bouncycastle.Asn1.X509.X509ExtensionBC:
iText.Commons.Bouncycastle.Asn1.X509.IX509Extension

Public Member Functions

  X509ExtensionBC (X509Extension extension)
  Creates new wrapper instance for X509Extension. More...
 
virtual X509Extension  GetX509Extension ()
  Gets actual org.bouncycastle object being wrapped. More...
 
override bool  Equals (Object o)
  Indicates whether some other object is "equal to" this one. Compares wrapped objects. 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 X509Extension.

Constructor & Destructor Documentation

◆ X509ExtensionBC()

iText.Bouncycastle.Asn1.X509.X509ExtensionBC.X509ExtensionBC ( X509Extension  extension )
inline

Creates new wrapper instance for X509Extension.

Parameters
extension X509Extension to be wrapped

Member Function Documentation

◆ Equals()

override bool iText.Bouncycastle.Asn1.X509.X509ExtensionBC.Equals ( Object  o )
inline

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

◆ GetHashCode()

override int iText.Bouncycastle.Asn1.X509.X509ExtensionBC.GetHashCode ( )
inline

Returns a hash code value based on the wrapped object.

◆ GetX509Extension()

virtual X509Extension iText.Bouncycastle.Asn1.X509.X509ExtensionBC.GetX509Extension ( )
inlinevirtual

Gets actual org.bouncycastle object being wrapped.

Returns
wrapped X509Extension.

◆ ToString()

override String iText.Bouncycastle.Asn1.X509.X509ExtensionBC.ToString ( )
inline

Delegates toString method call to the wrapped object.