Interface IAttribute

All Superinterfaces:
IASN1Encodable
All Known Implementing Classes:
AttributeBC, AttributeBCFips

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 Summary

    Modifier and Type
    Method
    Description
    Calls actual getAttrValues method for the wrapped Attribute object.

    Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable

    isNull, toASN1Primitive
  • Method Details

    • getAttrValues

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