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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAttribute
get(IASN1ObjectIdentifier oid)
Calls actualget
method for the wrapped AttributeTable object.
-
-
-
Method Detail
-
get
IAttribute get(IASN1ObjectIdentifier oid)
Calls actualget
method for the wrapped AttributeTable object.- Parameters:
oid
- ASN1ObjectIdentifier wrapper- Returns:
IAttribute
wrapper for the received Attribute object.
-
-