| Package | Description |
|---|---|
| com.itextpdf.signatures.validation.v1 | |
| com.itextpdf.signatures.validation.v1.context |
| Modifier and Type | Method and Description |
|---|---|
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.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 ValidatorContexts |
ValidatorContexts.all()
Creates
ValidatorContexts containing all ValidatorContext values. |
static ValidatorContexts |
ValidatorContexts.complementOf(ValidatorContexts other)
Creates
ValidatorContexts containing all the elements of this type
that are not contained in the specified set. |
static ValidatorContexts |
ValidatorContexts.of(ValidatorContext first,
ValidatorContext... rest)
Creates
ValidatorContexts container from several ValidatorContext values. |
| Modifier and Type | Method and Description |
|---|---|
static ValidatorContexts |
ValidatorContexts.complementOf(ValidatorContexts other)
Creates
ValidatorContexts containing all the elements of this type
that are not contained in the specified set. |
Copyright © 1998–2024 Apryse Group NV. All rights reserved.