Generated by
JDiff

Class com.itextpdf.signatures.CertificateVerification

Changed Methods
boolean  verifyOcspCertificates( IBasicOCSPResp, KeyStore , String ) Change in signature from (BasicOCSPResp, KeyStore, String) to (IBasicOCSPResp, KeyStore, String).
Verifies an OCSP response against a KeyStore.
boolean  verifyTimestampCertificates( ITimeStampToken, KeyStore , String ) Change in signature from (TimeStampToken, KeyStore, String) to (ITimeStampToken, KeyStore, String).
Verifies a time stamp against a KeyStore.
List  verifyCertificates( Certificate[], KeyStore ) Change in exceptions thrown from no exceptions to java.security.cert.CertificateEncodingException.
Documentation changed from old to new.
Verifies a certificate chain against a KeyStore for the current date.
List  verifyCertificates( Certificate[], KeyStore , Calendar ) Change in exceptions thrown from no exceptions to java.security.cert.CertificateEncodingException.
Documentation changed from old to new.
Verifies a certificate chain against a KeyStore.
List  verifyCertificates( Certificate[], KeyStore , Collection ) Change in exceptions thrown from no exceptions to java.security.cert.CertificateEncodingException.
Documentation changed from old to new.
Verifies a certificate chain against a KeyStore for the current date.
List  verifyCertificates( Certificate[], KeyStore , Collection , Calendar ) Change in exceptions thrown from no exceptions to java.security.cert.CertificateEncodingException.
Documentation changed from old to new.
Verifies a certificate chain against a KeyStore.