public class CRLValidator extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
CRLValidator(ValidatorChainBuilder builder)
Creates new
CRLValidator instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(ValidationReport report,
ValidationContext context,
X509Certificate certificate,
X509CRL crl,
Date validationDate,
Date responseGenerationDate)
Validates a certificate against Certificate Revocation List (CRL) Responses.
|
protected CRLValidator(ValidatorChainBuilder builder)
CRLValidator instance.builder - See ValidatorChainBuilderpublic void validate(ValidationReport report, ValidationContext context, X509Certificate certificate, X509CRL crl, Date validationDate, Date responseGenerationDate)
report - to store all the chain verification resultscontext - the context in which to perform the validationcertificate - the certificate to check against CRL responsecrl - the crl response to be validatedvalidationDate - validation date to check forresponseGenerationDate - trusted date at which response is generatedCopyright © 1998–2025 Apryse Group NV. All rights reserved.