| Package | Description |
|---|---|
| com.itextpdf.signatures.validation.context |
| Modifier and Type | Method and Description |
|---|---|
CertificateSource |
ValidationContext.getCertificateSource()
Get specific certificate source context value.
|
static CertificateSource |
CertificateSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateSource[] |
CertificateSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<CertificateSource> |
CertificateSources.getSet()
Gets encapsulated
EnumSet containing CertificateSource elements. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ValidationContext.checkIfContextChainContainsCertificateSource(ValidationContext context,
CertificateSource source)
Check if validation contexts chain contains specific
CertificateSource value. |
static CertificateSources |
CertificateSources.of(CertificateSource first,
CertificateSource... rest)
Creates
CertificateSources container from several CertificateSource values. |
static CertificateSources |
CertificateSources.of(CertificateSource first,
CertificateSource... rest)
Creates
CertificateSources container from several CertificateSource values. |
ValidationContext |
ValidationContext.setCertificateSource(CertificateSource certificateSource)
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.