Uses of Class
com.itextpdf.signatures.validation.v1.context.TimeBasedContexts
Package
Description
-
Uses of TimeBasedContexts in com.itextpdf.signatures.validation.v1
Modifier and TypeMethodDescriptionSignatureValidationProperties.setFreshness
(ValidatorContexts validatorContexts, CertificateSources certificateSources, TimeBasedContexts timeBasedContexts, Duration value) Sets the freshness setting for the specified validator, time based and certificate source contexts in milliseconds.SignatureValidationProperties.setRevocationOnlineFetching
(ValidatorContexts validatorContexts, CertificateSources certificateSources, TimeBasedContexts timeBasedContexts, SignatureValidationProperties.OnlineFetching onlineFetching) Sets the onlineFetching property representing possible online fetching permissions. -
Uses of TimeBasedContexts in com.itextpdf.signatures.validation.v1.context
Modifier and TypeMethodDescriptionstatic TimeBasedContexts
TimeBasedContexts.all()
CreatesTimeBasedContexts
containing allTimeBasedContext
values.static TimeBasedContexts
TimeBasedContexts.complementOf
(TimeBasedContexts other) CreatesTimeBasedContexts
containing all the elements of this type that are not contained in the specified set.static TimeBasedContexts
TimeBasedContexts.of
(TimeBasedContext first, TimeBasedContext... rest) CreatesTimeBasedContexts
container from severalTimeBasedContext
values.Modifier and TypeMethodDescriptionstatic TimeBasedContexts
TimeBasedContexts.complementOf
(TimeBasedContexts other) CreatesTimeBasedContexts
containing all the elements of this type that are not contained in the specified set.