iText 8.0.5 API
|
CRL client which is expected to be used in case CRL responses shall be linked with generation date. More...
Public Member Functions |
|
ValidationCrlClient () | |
Create new ValidationCrlClient instance. More... |
|
virtual void | AddCrl (IX509Crl response, DateTime date, TimeBasedContext context) |
Add CRL response which is linked with generation date. More... |
|
virtual IDictionary< IX509Crl, RevocationDataValidator.CrlValidationInfo > | GetCrls () |
Get all the CRL responses linked with generation dates. More... |
|
virtual ICollection< byte[]> | GetEncoded (IX509Certificate checkCert, String url) |
Gets an encoded byte array.. More... |
|
CRL client which is expected to be used in case CRL responses shall be linked with generation date.
|
inline |
Create new ValidationCrlClient instance.
|
inlinevirtual |
Add CRL response which is linked with generation date.
response |
iText.Commons.Bouncycastle.Cert.IX509Crl response to be added
date |
System.DateTime to be linked with the response
context |
iText.Signatures.Validation.V1.Context.TimeBasedContext time based context which corresponds to generation date
|
inlinevirtual |
Get all the CRL responses linked with generation dates.
|
inlinevirtual |
Gets an encoded byte array..
Implements iText.Signatures.ICrlClient.