Generated by
JDiff

Class com.itextpdf.signatures.OCSPVerifier

Removed Methods
void  isValidResponse( BasicOCSPResp, X509Certificate ) Verifies if an OCSP response is genuine If it doesn't verify against the issuer certificate and response's certificates, it may verify using a trusted anchor or cert.
 

Changed Methods
boolean  verify( BasicOCSPResp, X509Certificate , X509Certificate , Date ) Change in exceptions thrown from (java.security.GeneralSecurityException, java.io.IOException) to java.security.GeneralSecurityException.
Documentation changed from old to new.
Verifies a certificate against a single OCSP response
List  verify( X509Certificate, X509Certificate , Date ) Change in exceptions thrown from (java.security.GeneralSecurityException, java.io.IOException) to java.security.GeneralSecurityException.
Verifies if a valid OCSP response is found for the certificate.