Uses of Class
com.itextpdf.signatures.validation.context.ValidatorContexts
Packages that use ValidatorContexts
-
Uses of ValidatorContexts in com.itextpdf.signatures.validation
Methods in com.itextpdf.signatures.validation with parameters of type ValidatorContextsModifier 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.context
Methods in com.itextpdf.signatures.validation.context that return ValidatorContextsModifier 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.Methods in com.itextpdf.signatures.validation.context with parameters of type ValidatorContextsModifier and TypeMethodDescriptionstatic ValidatorContexts
ValidatorContexts.complementOf
(ValidatorContexts other) CreatesValidatorContexts
containing all the elements of this type that are not contained in the specified set.