Uses of Class
com.itextpdf.signatures.validation.v1.context.ValidatorContexts
Package
Description
-
Uses of ValidatorContexts in com.itextpdf.signatures.validation.v1
Modifier and TypeMethodDescriptionSignatureValidationProperties.setContinueAfterFailure
(ValidatorContexts validatorContexts, CertificateSources certificateSources, boolean value) Sets the Continue after failure setting for the provided context.SignatureValidationProperties.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 ValidatorContexts in com.itextpdf.signatures.validation.v1.context
Modifier and TypeMethodDescriptionstatic ValidatorContexts
ValidatorContexts.all()
CreatesValidatorContexts
containing allValidatorContext
values.static ValidatorContexts
ValidatorContexts.complementOf
(ValidatorContexts other) CreatesValidatorContexts
containing all the elements of this type that are not contained in the specified set.static ValidatorContexts
ValidatorContexts.of
(ValidatorContext first, ValidatorContext... rest) CreatesValidatorContexts
container from severalValidatorContext
values.Modifier and TypeMethodDescriptionstatic ValidatorContexts
ValidatorContexts.complementOf
(ValidatorContexts other) CreatesValidatorContexts
containing all the elements of this type that are not contained in the specified set.