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 Summary
Fields Modifier and Type Field Description protected JAdESAttributeIdentifieridentifierIdentifies the instanceprotected StringnameName if the headerprotected ObjectvalueThe component's value -
Constructor Summary
Constructors Constructor Description JAdESAttribute(String name, Object value)Default constructor -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetHeaderName()Gets the header's nameJAdESAttributeIdentifiergetIdentifier()Gets the attribute identifierObjectgetValue()Gets the valueinthashCode()
-
Field Details
-
name
Name if the header -
value
The component's value -
identifier
Identifies the instance
-
-
Constructor Details
-
JAdESAttribute
Default constructor- Parameters:
name-Stringheader namevalue- object's value
-
-
Method Details