| Package | Description |
|---|---|
| com.itextpdf.signatures |
| Modifier and Type | Class and Description |
|---|---|
class |
CRLVerifier
Deprecated.
starting from 8.0.5.
CRLValidator should be used instead. |
class |
LtvVerifier
Deprecated.
starting from 8.0.5.
SignatureValidator should be used instead. |
class |
OCSPVerifier
Deprecated.
starting from 8.0.5.
OCSPValidator should be used instead. |
class |
RootStoreVerifier
Deprecated.
starting from 8.0.5.
CertificateChainValidator should be used instead. |
| Modifier and Type | Field and Description |
|---|---|
protected CertificateVerifier |
CertificateVerifier.verifier
Deprecated.
The previous CertificateVerifier in the chain of verifiers.
|
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends CertificateVerifier> |
VerificationOK.verifierClass
Deprecated.
The CertificateVerifier that was used for verifying.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LtvVerifier.setVerifier(CertificateVerifier verifier)
Deprecated.
Sets an extra verifier.
|
| Constructor and Description |
|---|
CertificateVerifier(CertificateVerifier verifier)
Deprecated.
Creates the final CertificateVerifier in a chain of verifiers.
|
CRLVerifier(CertificateVerifier verifier,
List<X509CRL> crls)
Deprecated.
Creates a CRLVerifier instance.
|
OCSPVerifier(CertificateVerifier verifier,
List<com.itextpdf.commons.bouncycastle.cert.ocsp.IBasicOCSPResp> ocsps)
Deprecated.
Creates an OCSPVerifier instance.
|
RootStoreVerifier(CertificateVerifier verifier)
Deprecated.
Creates a RootStoreVerifier in a chain of verifiers.
|
| Constructor and Description |
|---|
VerificationOK(X509Certificate certificate,
Class<? extends CertificateVerifier> verifierClass,
String message)
Deprecated.
Creates a VerificationOK object
|
Copyright © 1998–2025 Apryse Group NV. All rights reserved.