Package eu.europa.esig.dss.spi.x509.tsp
Class TimestampTokenIdentifier
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.tsp.TimestampTokenIdentifier
-
Field Summary
Fields inherited from class eu.europa.esig.dss.model.identifier.Identifier
DIGEST_ALGO
-
Constructor Summary
ConstructorDescriptionTimestampTokenIdentifier
(byte[] binaries) Constructor to build a time-stamp identifier from custom binariesTimestampTokenIdentifier
(TimestampToken timestampToken) 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
-
TimestampTokenIdentifier
Default constructor- Parameters:
timestampToken
-TimestampToken
-
TimestampTokenIdentifier
public TimestampTokenIdentifier(byte[] binaries) Constructor to build a time-stamp identifier from custom binaries- Parameters:
binaries
- byte array representing the time-stamp token
-