Uses of Class
com.itextpdf.signatures.VerificationException
 
     
      Packages that use VerificationException
     
 
      
     -  
        
Uses of VerificationException in com.itextpdf.signatures
Methods in com.itextpdf.signatures that return types with arguments of type VerificationExceptionModifier and TypeMethodDescriptionstatic List<VerificationException>CertificateVerification.verifyCertificates(Certificate[] certs, KeyStore keystore) Verifies a certificate chain against a KeyStore for the current date.static List<VerificationException>CertificateVerification.verifyCertificates(Certificate[] certs, KeyStore keystore, Calendar calendar) Verifies a certificate chain against a KeyStore.static List<VerificationException>CertificateVerification.verifyCertificates(Certificate[] certs, KeyStore keystore, Collection<CRL> crls) Verifies a certificate chain against a KeyStore for the current date.static List<VerificationException>CertificateVerification.verifyCertificates(Certificate[] certs, KeyStore keystore, Collection<CRL> crls, Calendar calendar) Verifies a certificate chain against a KeyStore.