| Package | Description | 
|---|---|
| com.itextpdf.text.pdf.security | 
| Modifier and Type | Method and Description | 
|---|---|
List<VerificationOK> |  
          LtvVerifier.verify(List<VerificationOK> result) 
           
             Verifies all the document-level timestamps and all the signatures in the document. 
              |  
         
List<VerificationOK> |  
          RootStoreVerifier.verify(X509Certificate signCert, X509Certificate issuerCert, Date signDate) 
           
             Verifies a single certificate against a key store (if present). 
              |  
         
List<VerificationOK> |  
          OCSPVerifier.verify(X509Certificate signCert, X509Certificate issuerCert, Date signDate) 
           
             Verifies if a a valid OCSP response is found for the certificate. 
              |  
         
List<VerificationOK> |  
          LtvVerifier.verify(X509Certificate signCert, X509Certificate issuerCert, Date signDate) 
           
             Verifies certificates against a list of CRLs and OCSP responses. 
              |  
         
List<VerificationOK> |  
          CertificateVerifier.verify(X509Certificate signCert, X509Certificate issuerCert, Date signDate) 
           
             Checks the validity of the certificate, and calls the next verifier in the chain, if any. 
              |  
         
List<VerificationOK> |  
          CRLVerifier.verify(X509Certificate signCert, X509Certificate issuerCert, Date signDate) 
           
             Verifies if a a valid CRL is found for the certificate. 
              |  
         
List<VerificationOK> |  
          LtvVerifier.verifySignature() 
           
             Verifies a document level timestamp. 
              |  
         
| Modifier and Type | Method and Description | 
|---|---|
List<VerificationOK> |  
          LtvVerifier.verify(List<VerificationOK> result) 
           
             Verifies all the document-level timestamps and all the signatures in the document. 
              |  
         
Copyright © 1998–2019. All rights reserved.