Class Identifier
java.lang.Object
eu.europa.esig.dss.model.identifier.Identifier
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CertificateRefIdentifier,DataIdentifier,EntityIdentifier,MultipleDigestIdentifier,RevocationRefIdentifier,SignatureAttributeIdentifier,SignatureIdentifier
public abstract class Identifier extends Object implements Serializable
This class is used to obtain a unique id for an object
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected static DigestAlgorithmDIGEST_ALGOThe DigestAlgorithm to use -
Constructor Summary
Constructors Modifier Constructor Description protectedIdentifier(String prefix, byte[] data)The constructor to get an identifier computed from a the binaries with a defined prefixprotectedIdentifier(String prefix, Digest digest)The constructor to get an identifier computed provided digest with a defined prefix -
Method Summary
Modifier and Type Method Description StringasXmlId()Return an ID conformant to XML Idbooleanequals(Object obj)protected MessageDigestgetMessageDigest(DigestAlgorithm digestAlgorithm)GetsMessageDigestof the DigestAlgorithminthashCode()StringtoString()
-
Field Details
-
DIGEST_ALGO
The DigestAlgorithm to use
-
-
Constructor Details
-
Identifier
The constructor to get an identifier computed from a the binaries with a defined prefix- Parameters:
prefix-Stringto be added in the beginning of a String identifierdata- a byte array to compute the identifier from
-
Identifier
The constructor to get an identifier computed provided digest with a defined prefix
-
-
Method Details
-
getMessageDigest
GetsMessageDigestof the DigestAlgorithm- Parameters:
digestAlgorithm-DigestAlgorithm- Returns:
MessageDigest
-
asXmlId
Return an ID conformant to XML Id- Returns:
- the XML encoded ID
-
toString
-
hashCode
public int hashCode() -
equals
-