iText 8.0.5 API
|
Class that allows you to validate a certificate against a Certificate Revocation List (CRL) Response. More...
Public Member Functions |
|
virtual void | Validate (ValidationReport report, ValidationContext context, IX509Certificate certificate, IX509Crl crl, DateTime validationDate) |
Validates a certificate against Certificate Revocation List (CRL) Responses. More... |
|
virtual void | Validate (ValidationReport report, ValidationContext context, IX509Certificate certificate, IX509Crl crl, DateTime validationDate, DateTime responseGenerationDate) |
Validates a certificate against Certificate Revocation List (CRL) Responses. More... |
|
Package Functions |
|
CRLValidator (ValidatorChainBuilder builder) | |
Creates new CRLValidator instance. More... |
|
Class that allows you to validate a certificate against a Certificate Revocation List (CRL) Response.
|
inlinepackage |
Creates new CRLValidator instance.
builder | See ValidatorChainBuilder |
|
inlinevirtual |
Validates a certificate against Certificate Revocation List (CRL) Responses.
report | to store all the chain verification results |
context | the context in which to perform the validation |
certificate | the certificate to check against CRL response |
crl | the crl response to be validated |
validationDate | validation date to check for |
|
inlinevirtual |
Validates a certificate against Certificate Revocation List (CRL) Responses.
report | to store all the chain verification results |
context | the context in which to perform the validation |
certificate | the certificate to check against CRL response |
crl | the crl response to be validated |
validationDate | validation date to check for |
responseGenerationDate | trusted date at which response is generated |