Class OCSPValidator
java.lang.Object
com.itextpdf.signatures.validation.v1.OCSPValidator
Class that allows you to validate a single OCSP response.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(ValidationReport report, ValidationContext context, X509Certificate certificate, ISingleResp singleResp, IBasicOCSPResp ocspResp, Date validationDate) Validates a certificate against single OCSP Response.
-
Method Details
-
validate
public void validate(ValidationReport report, ValidationContext context, X509Certificate certificate, ISingleResp singleResp, IBasicOCSPResp ocspResp, Date validationDate) Validates a certificate against single OCSP Response.- Parameters:
-
report- to store all the chain verification results -
context- the context in which to perform the validation -
certificate- the certificate to check for -
singleResp- single response to check -
ocspResp- basic OCSP response which contains single response to check -
validationDate- validation date to check for
-