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 Detail

      • get

        IAttribute get​(IASN1ObjectIdentifier oid)
        Calls actual get method for the wrapped AttributeTable object.
        Parameters:
        oid - ASN1ObjectIdentifier wrapper
        Returns:
        IAttribute wrapper for the received Attribute object.