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 JAdESAttributeIdentifier
identifier
Identifies the instanceprotected String
name
Name if the headerprotected Object
value
The component's value -
Constructor Summary
Constructors Constructor Description JAdESAttribute(String name, Object value)
Default constructor -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
String
getHeaderName()
Gets the header's nameJAdESAttributeIdentifier
getIdentifier()
Gets the attribute identifierObject
getValue()
Gets the valueint
hashCode()
-
Field Details
-
name
Name if the header -
value
The component's value -
identifier
Identifies the instance
-
-
Constructor Details
-
JAdESAttribute
Default constructor- Parameters:
name
-String
header namevalue
- object's value
-
-
Method Details