Class CmsAttribute

java.lang.Object
com.itextpdf.signatures.cms.CmsAttribute

public class CmsAttribute extends Object
This class represents Attribute structure.
  • Constructor Details

    • CmsAttribute

      public CmsAttribute (String type, IASN1Primitive value)
      Creates an attribute.
      Parameters:
      type - the type of the attribute
      value - the value
  • Method Details

    • getType

      public String getType()
      Returns the type of the attribute.
      Returns:
      the type of the attribute.
    • getValue

      public IASN1Primitive getValue()
      Returns the value of the attribute.
      Returns:
      the value of the attribute.