|
iText 9.5.0 API
|
Wrapper class for Org.BouncyCastle.Asn1.Cms.AttributeTable. More...
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... |
|
Wrapper class for Org.BouncyCastle.Asn1.Cms.AttributeTable.
|
inline |
Creates new wrapper instance for Org.BouncyCastle.Asn1.Cms.AttributeTable.
| attributeTable |
Org.BouncyCastle.Asn1.Cms.AttributeTable to be wrapped
|
inline |
Creates new wrapper instance for Org.BouncyCastle.Asn1.Cms.AttributeTable.
| set |
Org.BouncyCastle.Asn1.Asn1Set to create Org.BouncyCastle.Asn1.Cms.AttributeTable
|
inline |
Indicates whether some other object is "equal to" this one.
Indicates whether some other object is "equal to" this one. Compares wrapped objects.
|
inlinevirtual |
Calls actual get method for the wrapped AttributeTable object.
Implements iText.Commons.Bouncycastle.Asn1.Cms.IAttributeTable.
|
inlinevirtual |
Gets actual org.bouncycastle object being wrapped.
|
inline |
Returns a hash code value based on the wrapped object.
|
inline |
Delegates toString method call to the wrapped object.