Uses of Class
com.itextpdf.signatures.validation.v1.context.CertificateSources
Packages that use CertificateSources
Package
Description
-
Uses of CertificateSources in com.itextpdf.signatures.validation.v1
Methods in com.itextpdf.signatures.validation.v1 with parameters of type CertificateSourcesModifier 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.setRequiredExtensions(CertificateSources certificateSources, List<CertificateExtension> requiredExtensions) Set list of extensions which are required to be set to a certificate depending on certificate source.SignatureValidationProperties.setRevocationOnlineFetching(ValidatorContexts validatorContexts, CertificateSources certificateSources, TimeBasedContexts timeBasedContexts, SignatureValidationProperties.OnlineFetching onlineFetching) Sets the onlineFetching property representing possible online fetching permissions. -
Uses of CertificateSources in com.itextpdf.signatures.validation.v1.context
Methods in com.itextpdf.signatures.validation.v1.context that return CertificateSourcesModifier and TypeMethodDescriptionstatic CertificateSourcesCertificateSources.all()CreatesCertificateSourcescontaining allCertificateSourcevalues.static CertificateSourcesCertificateSources.complementOf(CertificateSources other) CreatesCertificateSourcescontaining all the elements of this type that are not contained in the specified set.static CertificateSourcesCertificateSources.of(CertificateSource first, CertificateSource... rest) CreatesCertificateSourcescontainer from severalCertificateSourcevalues.Methods in com.itextpdf.signatures.validation.v1.context with parameters of type CertificateSourcesModifier and TypeMethodDescriptionstatic CertificateSourcesCertificateSources.complementOf(CertificateSources other) CreatesCertificateSourcescontaining all the elements of this type that are not contained in the specified set.