Class JAdESAttributeIdentifier
java.lang.Object
eu.europa.esig.dss.model.identifier.Identifier
eu.europa.esig.dss.spi.validation.identifier.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 JAdESAttributeIdentifierBuilds a JAdES Attribute identifierstatic JAdESAttributeIdentifierBuilds 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-Stringname of the 'etsiU' componentvalue- represent the value of the 'etsiU' component- Returns:
JAdESAttributeIdentifier
-
build
Builds the identifier for an 'etsiU' component- Parameters:
headerName-Stringname of the 'etsiU' componentvalue- represent the value of the 'etsiU' componentorder- the order of the component within the 'etsiU' array- Returns:
JAdESAttributeIdentifier
-