public class OCSPValidator extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
validate(ValidationReport report,
ValidationContext context,
X509Certificate certificate,
com.itextpdf.commons.bouncycastle.cert.ocsp.ISingleResp singleResp,
com.itextpdf.commons.bouncycastle.cert.ocsp.IBasicOCSPResp ocspResp,
Date validationDate)
Validates a certificate against single OCSP Response.
|
public void validate(ValidationReport report, ValidationContext context, X509Certificate certificate, com.itextpdf.commons.bouncycastle.cert.ocsp.ISingleResp singleResp, com.itextpdf.commons.bouncycastle.cert.ocsp.IBasicOCSPResp ocspResp, Date validationDate)
report - to store all the chain verification resultscontext - the context in which to perform the validationcertificate - the certificate to check forsingleResp - single response to checkocspResp - basic OCSP response which contains single response to checkvalidationDate - validation date to check forCopyright © 1998–2024 Apryse Group NV. All rights reserved.