- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CompositeTSPSource,KeyEntityTSPSource
Abstraction of a Time Stamping authority which delivers RFC 3161 Time Stamp Responses containing tokens, from Time
Stamp Requests.
-
Method Summary
Modifier and TypeMethodDescriptioneu.europa.esig.dss.model.TimestampBinarygetTimeStampResponse(eu.europa.esig.dss.enumerations.DigestAlgorithm digestAlgorithm, byte[] digest) Gets a TimeStampResponse relevant to the provided digest
-
Method Details
-
getTimeStampResponse
eu.europa.esig.dss.model.TimestampBinary getTimeStampResponse(eu.europa.esig.dss.enumerations.DigestAlgorithm digestAlgorithm, byte[] digest) throws eu.europa.esig.dss.model.DSSException Gets a TimeStampResponse relevant to the provided digest- Parameters:
digestAlgorithm- the used digest algorithmdigest- the computed digest to be timestamped- Returns:
TimestampBinarybinary of a signed timestamp token- Throws:
eu.europa.esig.dss.model.DSSException- if any error occurred
-