| Package | Description |
|---|---|
| com.itextpdf.signatures.validation | |
| com.itextpdf.signatures.validation.context |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationCrlClient.addCrl(X509CRL response,
Date date,
TimeBasedContext context)
Add CRL response which is linked with generation date.
|
void |
ValidationOcspClient.addResponse(com.itextpdf.commons.bouncycastle.cert.ocsp.IBasicOCSPResp response,
Date date,
TimeBasedContext context)
Add OCSP response which is linked with generation date.
|
| Constructor and Description |
|---|
CrlValidationInfo(X509CRL crl,
Date trustedGenerationDate,
TimeBasedContext timeBasedContext)
Creates validation related information about CRL response.
|
OcspResponseValidationInfo(com.itextpdf.commons.bouncycastle.cert.ocsp.ISingleResp singleResp,
com.itextpdf.commons.bouncycastle.cert.ocsp.IBasicOCSPResp basicOCSPResp,
Date trustedGenerationDate,
TimeBasedContext timeBasedContext)
Creates validation related information about single OCSP response.
|
| Modifier and Type | Method and Description |
|---|---|
TimeBasedContext |
ValidationContext.getTimeBasedContext()
Get specific time-based context value.
|
static TimeBasedContext |
TimeBasedContext.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeBasedContext[] |
TimeBasedContext.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<TimeBasedContext> |
TimeBasedContexts.getSet()
Gets encapsulated
EnumSet containing TimeBasedContext elements. |
| Modifier and Type | Method and Description |
|---|---|
static TimeBasedContexts |
TimeBasedContexts.of(TimeBasedContext first,
TimeBasedContext... rest)
Creates
TimeBasedContexts container from several TimeBasedContext values. |
static TimeBasedContexts |
TimeBasedContexts.of(TimeBasedContext first,
TimeBasedContext... rest)
Creates
TimeBasedContexts container from several TimeBasedContext values. |
ValidationContext |
ValidationContext.setTimeBasedContext(TimeBasedContext timeBasedContext)
Create new
ValidationContext instance with the provided certificate source context value. |
| Constructor and Description |
|---|
ValidationContext(ValidatorContext validatorContext,
CertificateSource certificateSource,
TimeBasedContext timeBasedContext)
Create
ValidationContext instance using provided context values. |
Copyright © 1998–2025 Apryse Group NV. All rights reserved.