iText 8.0.5 API
|
OCSP client which is expected to be used in case OCSP responses shall be linked with generation date. More...
Public Member Functions |
|
ValidationOcspClient () | |
Create new ValidationOcspClient instance. More... |
|
virtual void | AddResponse (IBasicOcspResponse response, DateTime date, TimeBasedContext context) |
Add OCSP response which is linked with generation date. More... |
|
virtual IDictionary< IBasicOcspResponse, RevocationDataValidator.OcspResponseValidationInfo > | GetResponses () |
Get all the OCSP responses linked with generation dates. More... |
|
virtual byte[] | GetEncoded (IX509Certificate checkCert, IX509Certificate issuerCert, String url) |
Fetch a DER-encoded BasicOCSPResponse from an OCSP responder.. More... |
|
OCSP client which is expected to be used in case OCSP responses shall be linked with generation date.
|
inline |
Create new ValidationOcspClient instance.
|
inlinevirtual |
Add OCSP response which is linked with generation date.
response |
iText.Commons.Bouncycastle.Asn1.Ocsp.IBasicOcspResponse 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 |
Fetch a DER-encoded BasicOCSPResponse from an OCSP responder..
Implements iText.Signatures.IOcspClient.
|
inlinevirtual |
Get all the OCSP responses linked with generation dates.