Generated by
JDiff

Class com.itextpdf.signatures.OCSPVerifier

Changed Methods
void  isValidResponse( BasicOCSPResp, X509Certificate , Date ) Documentation changed from old to new.
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.
void  isValidResponse( BasicOCSPResp, X509Certificate ) Documentation changed from old to new.
Will be removed in iText 7.2.
boolean  verify( BasicOCSPResp, X509Certificate , X509Certificate , Date ) Documentation changed from old to new.
Verifies a certificate against a single OCSP response
List  verify( X509Certificate, X509Certificate , Date ) Documentation changed from old to new.
Verifies if a valid OCSP response is found for the certificate.