Uses of Class
com.itextpdf.text.pdf.security.VerificationException
-
Packages that use VerificationException Package Description com.itextpdf.text.pdf.security -
-
Uses of VerificationException in com.itextpdf.text.pdf.security
Methods in com.itextpdf.text.pdf.security that return types with arguments of type VerificationException Modifier and Type Method Description 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, Calendar calendar)
Verifies a certificate chain against a KeyStore.
-