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
public class XAdESAttributeIdentifier extends SignatureAttributeIdentifier
Represents an identifier of a XAdES Attribute
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class eu.europa.esig.dss.model.identifier.Identifier
DIGEST_ALGO -
Method Summary
Modifier and Type Method Description static XAdESAttributeIdentifierbuild(Node node)Builds theXAdESAttributeIdentifierfrom the given propertyNodeMethods inherited from class eu.europa.esig.dss.model.identifier.Identifier
asXmlId, equals, getMessageDigest, hashCode, toString
-
Method Details
-
build
Builds theXAdESAttributeIdentifierfrom the given propertyNode- Parameters:
node-Node- Returns:
XAdESAttributeIdentifier
-