Uses of Class
eu.europa.esig.dss.spi.validation.TimestampTokenVerifier
-
Uses of TimestampTokenVerifier in eu.europa.esig.dss.spi.validation
Modifier and TypeMethodDescriptionstatic TimestampTokenVerifier
TimestampTokenVerifier.createDefaultTimestampTokenVerifier()
Creates a default instance of TimestampTokenVerifier, with pre-configured constraints.static TimestampTokenVerifier
TimestampTokenVerifier.createEmptyTimestampTokenVerifier()
Creates an empty instance of TimestampTokenVerifier.CertificateVerifier.getTimestampTokenVerifier()
Returns aTimestampTokenVerifier
associated with this verifier.CommonCertificateVerifier.getTimestampTokenVerifier()
Modifier and TypeMethodDescriptionvoid
CertificateVerifier.setTimestampTokenVerifier
(TimestampTokenVerifier timestampTokenVerifier) SetsTimestampTokenVerifier
used to validate acceptance of the timestamp tokens encapsulated within the signature.void
CommonCertificateVerifier.setTimestampTokenVerifier
(TimestampTokenVerifier timestampTokenVerifier)