Class TokenIdentifier
java.lang.Object
eu.europa.esig.dss.model.identifier.Identifier
eu.europa.esig.dss.model.identifier.MultipleDigestIdentifier
eu.europa.esig.dss.model.identifier.TokenIdentifier
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CertificateTokenIdentifier,RevocationTokenIdentifier,TimestampTokenIdentifier
This class is used to obtain a unique id for Token
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.model.identifier.Identifier
DIGEST_ALGO -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTokenIdentifier(String prefix, byte[] binaries) Constructor to build an identifier from provided token binariesprotectedTokenIdentifier(String prefix, Token token) Default constructor, to compute an identifier from the givenToken -
Method Summary
Methods inherited from class eu.europa.esig.dss.model.identifier.MultipleDigestIdentifier
getBinaries, getDigestValue, isMatchMethods inherited from class eu.europa.esig.dss.model.identifier.Identifier
asXmlId, equals, getMessageDigest, hashCode, toString
-
Constructor Details
-
TokenIdentifier
-
TokenIdentifier
-