iText 9.5.0 API
iText.Bouncycastle.Asn1.Cms.AttributeTableBC Class Reference

Wrapper class for Org.BouncyCastle.Asn1.Cms.AttributeTable. More...

Inheritance diagram for iText.Bouncycastle.Asn1.Cms.AttributeTableBC:
iText.Commons.Bouncycastle.Asn1.Cms.IAttributeTable

Public Member Functions

  AttributeTableBC (Org.BouncyCastle.Asn1.Cms.AttributeTable attributeTable)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Cms.AttributeTable. More...
 
  AttributeTableBC (Asn1Set set)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Cms.AttributeTable. More...
 
virtual Org.BouncyCastle.Asn1.Cms.AttributeTable  GetAttributeTable ()
  Gets actual org.bouncycastle object being wrapped. More...
 
virtual IAttribute  Get (IDerObjectIdentifier oid)
  Calls actual get method for the wrapped AttributeTable 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.Cms.AttributeTable.

Constructor & Destructor Documentation

◆ AttributeTableBC() [1/2]

iText.Bouncycastle.Asn1.Cms.AttributeTableBC.AttributeTableBC ( Org.BouncyCastle.Asn1.Cms.AttributeTable  attributeTable )
inline

Creates new wrapper instance for Org.BouncyCastle.Asn1.Cms.AttributeTable.

Parameters
attributeTable

Org.BouncyCastle.Asn1.Cms.AttributeTable to be wrapped

◆ AttributeTableBC() [2/2]

iText.Bouncycastle.Asn1.Cms.AttributeTableBC.AttributeTableBC ( Asn1Set  set )
inline

Creates new wrapper instance for Org.BouncyCastle.Asn1.Cms.AttributeTable.

Parameters
set

Org.BouncyCastle.Asn1.Asn1Set to create Org.BouncyCastle.Asn1.Cms.AttributeTable

Member Function Documentation

◆ Equals()

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

◆ Get()

virtual IAttribute iText.Bouncycastle.Asn1.Cms.AttributeTableBC.Get ( IDerObjectIdentifier  oid )
inlinevirtual

Calls actual get method for the wrapped AttributeTable object.

Implements iText.Commons.Bouncycastle.Asn1.Cms.IAttributeTable.

◆ GetAttributeTable()

virtual Org.BouncyCastle.Asn1.Cms.AttributeTable iText.Bouncycastle.Asn1.Cms.AttributeTableBC.GetAttributeTable ( )
inlinevirtual

Gets actual org.bouncycastle object being wrapped.

Returns
wrapped Org.BouncyCastle.Asn1.Cms.AttributeTable.

◆ GetHashCode()

override int iText.Bouncycastle.Asn1.Cms.AttributeTableBC.GetHashCode ( )
inline

Returns a hash code value based on the wrapped object.

◆ ToString()

override String iText.Bouncycastle.Asn1.Cms.AttributeTableBC.ToString ( )
inline

Delegates toString method call to the wrapped object.