| Package | Description |
|---|---|
| com.itextpdf.signatures.validation | |
| com.itextpdf.signatures.validation.context |
| Modifier and Type | Method and Description |
|---|---|
SignatureValidationProperties |
SignatureValidationProperties.addRequiredExtensions(CertificateSources certificateSources,
List<CertificateExtension> requiredExtensions)
Adds list of extensions which are required to be set to a certificate depending on certificate source.
|
SignatureValidationProperties |
SignatureValidationProperties.setContinueAfterFailure(ValidatorContexts validatorContexts,
CertificateSources certificateSources,
boolean value)
Sets the Continue after failure setting for the provided context.
|
SignatureValidationProperties |
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 |
SignatureValidationProperties.setRequiredExtensions(CertificateSources certificateSources,
List<CertificateExtension> requiredExtensions)
Sets list of extensions which are required to be set to a certificate depending on certificate source.
|
SignatureValidationProperties |
SignatureValidationProperties.setRevocationOnlineFetching(ValidatorContexts validatorContexts,
CertificateSources certificateSources,
TimeBasedContexts timeBasedContexts,
SignatureValidationProperties.OnlineFetching onlineFetching)
Sets the onlineFetching property representing possible online fetching permissions.
|
| Modifier and Type | Method and Description |
|---|---|
static CertificateSources |
CertificateSources.all()
Creates
CertificateSources containing all CertificateSource values. |
static CertificateSources |
CertificateSources.complementOf(CertificateSources other)
Creates
CertificateSources containing all the elements of this type
that are not contained in the specified set. |
static CertificateSources |
CertificateSources.of(CertificateSource first,
CertificateSource... rest)
Creates
CertificateSources container from several CertificateSource values. |
| Modifier and Type | Method and Description |
|---|---|
static CertificateSources |
CertificateSources.complementOf(CertificateSources other)
Creates
CertificateSources containing all the elements of this type
that are not contained in the specified set. |
Copyright © 1998–2025 Apryse Group NV. All rights reserved.