| Package | Description |
|---|---|
| com.itextpdf.signatures.validation | |
| com.itextpdf.signatures.validation.context |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SignatureValidationProperties.getContinueAfterFailure(ValidationContext validationContext)
Returns the Continue after failure setting for the provided context or the default context.
|
Duration |
SignatureValidationProperties.getFreshness(ValidationContext validationContext)
Returns the freshness setting for the provided validation context or the default context
in milliseconds.
|
List<CertificateExtension> |
SignatureValidationProperties.getRequiredExtensions(ValidationContext validationContext)
Returns required extension for the provided validation context.
|
SignatureValidationProperties.OnlineFetching |
SignatureValidationProperties.getRevocationOnlineFetching(ValidationContext validationContext)
Sets the onlineFetching property representing possible online fetching permissions.
|
void |
RevocationDataValidator.validate(ValidationReport report,
ValidationContext context,
X509Certificate certificate,
Date validationDate)
Validates revocation data (Certificate Revocation List (CRL) Responses and OCSP Responses) of the certificate.
|
ValidationReport |
CertificateChainValidator.validate(ValidationReport result,
ValidationContext context,
X509Certificate certificate,
Date validationDate)
Validate given certificate using provided validation date and required extensions.
|
void |
OCSPValidator.validate(ValidationReport report,
ValidationContext context,
X509Certificate certificate,
com.itextpdf.commons.bouncycastle.cert.ocsp.ISingleResp singleResp,
com.itextpdf.commons.bouncycastle.cert.ocsp.IBasicOCSPResp ocspResp,
Date validationDate,
Date responseGenerationDate)
Validates a certificate against single OCSP Response.
|
void |
CRLValidator.validate(ValidationReport report,
ValidationContext context,
X509Certificate certificate,
X509CRL crl,
Date validationDate,
Date responseGenerationDate)
Validates a certificate against Certificate Revocation List (CRL) Responses.
|
ValidationReport |
DocumentRevisionsValidator.validateAllDocumentRevisions(ValidationContext context,
PdfDocument document)
Validate all document revisions according to docMDP and fieldMDP transform methods.
|
ValidationReport |
CertificateChainValidator.validateCertificate(ValidationContext context,
X509Certificate certificate,
Date validationDate)
Validate given certificate using provided validation date and required extensions.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationContext |
ValidationContext.getPreviousValidationContext()
Get previous validation context instance, from which this instance was created.
|
ValidationContext |
ValidationContext.setCertificateSource(CertificateSource certificateSource)
Create new
ValidationContext instance with the provided certificate source context value. |
ValidationContext |
ValidationContext.setTimeBasedContext(TimeBasedContext timeBasedContext)
Create new
ValidationContext instance with the provided certificate source context value. |
ValidationContext |
ValidationContext.setValidatorContext(ValidatorContext validatorContext)
Create new
ValidationContext instance with the provided certificate source context value. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ValidationContext.checkIfContextChainContainsCertificateSource(ValidationContext context,
CertificateSource source)
Check if validation contexts chain contains specific
CertificateSource value. |
Copyright © 1998–2025 Apryse Group NV. All rights reserved.