Interface IAttributeTable
- All Known Implementing Classes:
AttributeTableBC
public interface IAttributeTable
This interface represents the wrapper for AttributeTable that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Modifier and TypeMethodDescriptionget(IASN1ObjectIdentifier oid) Calls actualgetmethod for the wrapped AttributeTable object.
-
Method Details
-
get
Calls actualgetmethod for the wrapped AttributeTable object.- Parameters:
oid- ASN1ObjectIdentifier wrapper- Returns:
IAttributewrapper for the received Attribute object.
-