| Package | Description |
|---|---|
| com.itextpdf.signatures.validation.context |
| Modifier and Type | Method and Description |
|---|---|
ValidatorContext |
ValidationContext.getValidatorContext()
Get specific validator context value.
|
static ValidatorContext |
ValidatorContext.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidatorContext[] |
ValidatorContext.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<ValidatorContext> |
ValidatorContexts.getSet()
Gets encapsulated
EnumSet containing ValidatorContext elements. |
| Modifier and Type | Method and Description |
|---|---|
static ValidatorContexts |
ValidatorContexts.of(ValidatorContext first,
ValidatorContext... rest)
Creates
ValidatorContexts container from several ValidatorContext values. |
static ValidatorContexts |
ValidatorContexts.of(ValidatorContext first,
ValidatorContext... rest)
Creates
ValidatorContexts container from several ValidatorContext values. |
ValidationContext |
ValidationContext.setValidatorContext(ValidatorContext validatorContext)
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.