Interface IAttribute

  • All Superinterfaces:
    IASN1Encodable
    All Known Implementing Classes:
    AttributeBC

    public interface IAttribute
    extends IASN1Encodable
    This interface represents the wrapper for Attribute that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
    • Method Detail

      • getAttrValues

        IASN1Set getAttrValues()
        Calls actual getAttrValues method for the wrapped Attribute object.
        Returns:
        IASN1Set wrapped attribute values.