| Package | Description | 
|---|---|
| com.itextpdf.text.pdf.security | 
| Modifier and Type | Class and Description | 
|---|---|
class  |  
          CRLVerifier 
           
             Class that allows you to verify a certificate against one or more Certificate Revocation Lists. 
              |  
         
class  |  
          LtvVerifier 
           
             Verifies the signatures in an LTV document. 
              |  
         
class  |  
          OCSPVerifier 
           
             Class that allows you to verify a certificate against one or more OCSP responses. 
              |  
         
class  |  
          RootStoreVerifier 
           
             Verifies a certificate against a   KeyStore containing trusted anchors. 
            |  
         
| Modifier and Type | Field and Description | 
|---|---|
protected CertificateVerifier |  
          CertificateVerifier.verifier 
           
             The previous CertificateVerifier in the chain of verifiers. 
              |  
         
| Modifier and Type | Field and Description | 
|---|---|
protected Class extends CertificateVerifier> |  
          VerificationOK.verifierClass 
           
             The CertificateVerifier that was used for verifying. 
              |  
         
| Modifier and Type | Method and Description | 
|---|---|
void |  
          LtvVerifier.setVerifier(CertificateVerifier verifier) 
           
             Sets an extra verifier. 
              |  
         
| Constructor and Description | 
|---|
CertificateVerifier(CertificateVerifier verifier) 
           
             Creates the final CertificateVerifier in a chain of verifiers. 
              |  
         
CRLVerifier(CertificateVerifier verifier, List<X509CRL> crls) 
           
             Creates a CRLVerifier instance. 
              |  
         
OCSPVerifier(CertificateVerifier verifier, List 
           
             Creates an OCSPVerifier instance. 
              |  
         
RootStoreVerifier(CertificateVerifier verifier) 
           
             Creates a RootStoreVerifier in a chain of verifiers. 
              |  
         
| Constructor and Description | 
|---|
VerificationOK(X509Certificate certificate, Class extends CertificateVerifier> verifierClass, String message) 
           
             Creates a VerificationOK object 
              |  
         
Copyright © 1998–2019. All rights reserved.