Class OCSPValidator
java.lang.Object
com.itextpdf.signatures.validation.OCSPValidator
Class that allows you to validate a single OCSP response.
-
Constructor Summary
ModifierConstructorDescriptionprotected
OCSPValidator
(ValidatorChainBuilder builder) Creates newOCSPValidator
instance. -
Method Summary
Modifier and TypeMethodDescriptionvoid
validate
(ValidationReport report, ValidationContext context, X509Certificate certificate, ISingleResp singleResp, IBasicOCSPResp ocspResp, Date validationDate, Date responseGenerationDate) Validates a certificate against single OCSP Response.
-
Constructor Details
-
OCSPValidator
Creates newOCSPValidator
instance.- Parameters:
-
builder
- SeeValidatorChainBuilder
-
-
Method Details
-
validate
public void validate(ValidationReport report, ValidationContext context, X509Certificate certificate, ISingleResp singleResp, IBasicOCSPResp ocspResp, Date validationDate, Date responseGenerationDate) 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 -
responseGenerationDate
- trusted date at which response is generated
-