Class JAdESAttribute

java.lang.Object
eu.europa.esig.dss.jades.validation.JAdESAttribute
All Implemented Interfaces:
SignatureAttribute
Direct Known Subclasses:
EtsiUComponent

public class JAdESAttribute
extends Object
implements SignatureAttribute
Represents the JAdES header
  • Field Details

    • name

      protected String name
      Name if the header
    • value

      protected Object value
      The component's value
    • identifier

      protected JAdESAttributeIdentifier identifier
      Identifies the instance
  • Constructor Details

    • JAdESAttribute

      public JAdESAttribute​(String name, Object value)
      Default constructor
      Parameters:
      name - String header name
      value - object's value
  • Method Details