iText 9.1.0 API
iText.Commons.Bouncycastle.Asn1.Cms.IAttributeTable Interface Reference

This interface represents the wrapper for AttributeTable that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. More...

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

Public Member Functions

IAttribute  Get (IDerObjectIdentifier oid)
  Calls actual get method for the wrapped AttributeTable object. More...
 

Detailed Description

This interface represents the wrapper for AttributeTable that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.

Member Function Documentation

◆ Get()

IAttribute iText.Commons.Bouncycastle.Asn1.Cms.IAttributeTable.Get ( IDerObjectIdentifier  oid )

Calls actual get method for the wrapped AttributeTable object.

Parameters
oid ASN1ObjectIdentifier wrapper
Returns

IAttribute wrapper for the received Attribute object.

Implemented in iText.Bouncycastle.Asn1.Cms.AttributeTableBC, and iText.Bouncycastlefips.Asn1.Cms.AttributeTableBCFips.