Module jpms_dss_document
Interface TimestampValidator
- All Known Implementing Classes:
DetachedTimestampValidator
public interface TimestampValidator
The interface to be used for timestamp validation
-
Method Summary
Modifier and TypeMethodDescriptioneu.europa.esig.dss.spi.x509.tsp.TimestampTokenReturns a single TimestampToken to be validatedeu.europa.esig.dss.model.DSSDocumentReturns the timestamped data
-
Method Details
-
getTimestamp
eu.europa.esig.dss.spi.x509.tsp.TimestampToken getTimestamp()Returns a single TimestampToken to be validated- Returns:
TimestampToken
-
getTimestampedData
eu.europa.esig.dss.model.DSSDocument getTimestampedData()Returns the timestamped data- Returns:
DSSDocumenttimestamped data
-