Class JAdESAttributeIdentifier
java.lang.Object
eu.europa.esig.dss.model.identifier.Identifier
eu.europa.esig.dss.validation.SignatureAttributeIdentifier
eu.europa.esig.dss.jades.validation.JAdESAttributeIdentifier
- All Implemented Interfaces:
Serializable
Represents an identifier of a JAdES Attribute (or 'etsiU' component)
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.model.identifier.Identifier
DIGEST_ALGO
-
Method Summary
Modifier and TypeMethodDescriptionstatic JAdESAttributeIdentifier
Builds a JAdES Attribute identifierstatic JAdESAttributeIdentifier
Builds the identifier for an 'etsiU' componentMethods inherited from class eu.europa.esig.dss.model.identifier.Identifier
asXmlId, equals, getMessageDigest, hashCode, toString
-
Method Details
-
build
Builds a JAdES Attribute identifier- Parameters:
headerName
-String
name of the 'etsiU' componentvalue
- represent the value of the 'etsiU' component- Returns:
JAdESAttributeIdentifier
-
build
Builds the identifier for an 'etsiU' component- Parameters:
headerName
-String
name of the 'etsiU' componentvalue
- represent the value of the 'etsiU' componentorder
- the order of the component within the 'etsiU' array- Returns:
JAdESAttributeIdentifier
-