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 Type
    Method
    Description
    Calls actual get method for the wrapped AttributeTable object.
  • Method Details

    • get

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