Interface TimestampValidator
- All Known Implementing Classes:
ASiCWithCAdESTimestampValidator
,DetachedTimestampValidator
public interface TimestampValidator
The interface to be used for timestamp validation
-
Method Summary
Modifier and TypeMethodDescriptionReturns a single TimestampToken to be validatedReturns the timestamped data
-
Method Details
-
getTimestamp
TimestampToken getTimestamp()Returns a single TimestampToken to be validated- Returns:
TimestampToken
-
getTimestampedData
DSSDocument getTimestampedData()Returns the timestamped data- Returns:
DSSDocument
timestamped data
-