Class XAdESAttributeIdentifier
java.lang.Object
eu.europa.esig.dss.model.identifier.Identifier
eu.europa.esig.dss.validation.SignatureAttributeIdentifier
eu.europa.esig.dss.xades.validation.XAdESAttributeIdentifier
- All Implemented Interfaces:
Serializable
Represents an identifier of a XAdES Attribute
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.model.identifier.Identifier
DIGEST_ALGO
-
Method Summary
Modifier and TypeMethodDescriptionstatic XAdESAttributeIdentifier
Builds theXAdESAttributeIdentifier
from the given propertyNode
Methods inherited from class eu.europa.esig.dss.model.identifier.Identifier
asXmlId, equals, getMessageDigest, hashCode, toString
-
Method Details
-
build
Builds theXAdESAttributeIdentifier
from the given propertyNode
- Parameters:
node
-Node
- Returns:
XAdESAttributeIdentifier
-