Class RevocationTokenIdentifier
java.lang.Object
eu.europa.esig.dss.model.identifier.Identifier
eu.europa.esig.dss.model.identifier.MultipleDigestIdentifier
eu.europa.esig.dss.model.identifier.TokenIdentifier
eu.europa.esig.dss.spi.x509.revocation.RevocationTokenIdentifier
- All Implemented Interfaces:
Serializable
An identifier for a revocation token
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.model.identifier.Identifier
DIGEST_ALGO
-
Constructor Summary
ConstructorDescriptionRevocationTokenIdentifier
(RevocationToken<?> revocationToken) Default constructor -
Method Summary
Methods inherited from class eu.europa.esig.dss.model.identifier.MultipleDigestIdentifier
getBinaries, getDigestValue, isMatch
Methods inherited from class eu.europa.esig.dss.model.identifier.Identifier
asXmlId, equals, getMessageDigest, hashCode, toString
-
Constructor Details
-
RevocationTokenIdentifier
Default constructor- Parameters:
revocationToken
-RevocationToken
-