Uses of Enum
com.itextpdf.signatures.validation.v1.SignatureValidationProperties.OnlineFetching
-
Uses of SignatureValidationProperties.OnlineFetching in com.itextpdf.signatures.validation.v1
Modifier and TypeFieldDescriptionstatic final SignatureValidationProperties.OnlineFetching
SignatureValidationProperties.DEFAULT_ONLINE_FETCHING
Modifier and TypeMethodDescriptionSignatureValidationProperties.getRevocationOnlineFetching
(ValidationContext validationContext) Sets the onlineFetching property representing possible online fetching permissions.Returns the enum constant of this type with the specified name.SignatureValidationProperties.OnlineFetching.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionSignatureValidationProperties.setRevocationOnlineFetching
(ValidatorContexts validatorContexts, CertificateSources certificateSources, TimeBasedContexts timeBasedContexts, SignatureValidationProperties.OnlineFetching onlineFetching) Sets the onlineFetching property representing possible online fetching permissions.