Interface IAttributeTable
- All Known Implementing Classes:
-
AttributeTableBC
,AttributeTableBCFips
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 actualget
method for the wrapped AttributeTable object.
-
Method Details
-
get
Calls actualget
method for the wrapped AttributeTable object.- Parameters:
-
oid
- ASN1ObjectIdentifier wrapper - Returns:
-
IAttribute
wrapper for the received Attribute object.
-