Class SignatureAttributeIdentifier
java.lang.Object
eu.europa.esig.dss.model.identifier.Identifier
eu.europa.esig.dss.spi.validation.identifier.SignatureAttributeIdentifier
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CAdESAttributeIdentifier,JAdESAttributeIdentifier,XAdESAttributeIdentifier
Identifies uniquely an unsigned attribute of a signature
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.model.identifier.Identifier
DIGEST_ALGO -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSignatureAttributeIdentifier(byte[] data) Default constructor -
Method Summary
Methods inherited from class eu.europa.esig.dss.model.identifier.Identifier
asXmlId, equals, getMessageDigest, hashCode, toString
-
Constructor Details
-
SignatureAttributeIdentifier
protected SignatureAttributeIdentifier(byte[] data) Default constructor- Parameters:
data- byte array to compute the identifier
-