iText 9.1.0 API
|
This interface represents the wrapper for AttributeTable that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. More...
Public Member Functions |
|
IAttribute | Get (IDerObjectIdentifier oid) |
Calls actual get method for the wrapped AttributeTable object. More... |
|
This interface represents the wrapper for AttributeTable that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
IAttribute iText.Commons.Bouncycastle.Asn1.Cms.IAttributeTable.Get | ( | IDerObjectIdentifier | oid | ) |
Calls actual get
method for the wrapped AttributeTable object.
oid | ASN1ObjectIdentifier wrapper |
IAttribute wrapper for the received Attribute object.
Implemented in iText.Bouncycastle.Asn1.Cms.AttributeTableBC, and iText.Bouncycastlefips.Asn1.Cms.AttributeTableBCFips.