iText 8.0.5 API
|
Class that allows you to fetch and validate revocation data for the certificate. More...
Classes |
|
class | CrlValidationInfo |
Class which contains validation related information about CRL response. More... |
|
class | OcspResponseValidationInfo |
Class which contains validation related information about single OCSP response. More... |
|
Public Member Functions |
|
virtual iText.Signatures.Validation.V1.RevocationDataValidator | AddCrlClient (ICrlClient crlClient) |
Add iText.Signatures.ICrlClient to be used for CRL responses receiving. More... |
|
virtual iText.Signatures.Validation.V1.RevocationDataValidator | AddOcspClient (IOcspClient ocspClient) |
Add iText.Signatures.IOcspClient to be used for OCSP responses receiving. More... |
|
virtual void | Validate (ValidationReport report, ValidationContext context, IX509Certificate certificate, DateTime validationDate) |
Validates revocation data (Certificate Revocation List (CRL) Responses and OCSP Responses) of the certificate. More... |
|
Package Functions |
|
RevocationDataValidator (ValidatorChainBuilder builder) | |
Creates new RevocationDataValidator instance to validate certificate revocation data. More... |
|
Class that allows you to fetch and validate revocation data for the certificate.
|
inlinepackage |
Creates new RevocationDataValidator instance to validate certificate revocation data.
builder | See ValidatorChainBuilder |
|
inlinevirtual |
Add iText.Signatures.ICrlClient to be used for CRL responses receiving.
crlClient |
iText.Signatures.ICrlClient to be used for CRL responses receiving
|
inlinevirtual |
Add iText.Signatures.IOcspClient to be used for OCSP responses receiving.
ocspClient |
iText.Signatures.IOcspClient to be used for OCSP responses receiving
|
inlinevirtual |
Validates revocation data (Certificate Revocation List (CRL) Responses and OCSP Responses) of the certificate.
report | to store all the verification results |
context |
iText.Signatures.Validation.V1.Context.ValidationContext the context
certificate | the certificate to check revocation data for |
validationDate | validation date to check for |