|
iText 7 7.1.11 API
|
An implementation of the CrlClient that handles offline Certificate Revocation Lists. More...
Public Member Functions |
|
| CrlClientOffline (byte[] crlEncoded) | |
| Creates an instance of a CrlClient in case you have a local cache of the Certificate Revocation List. More... |
|
| CrlClientOffline (X509Crl crl) | |
| Creates an instance of a CrlClient in case you have a local cache of the Certificate Revocation List. More... |
|
| virtual ICollection< byte[]> | GetEncoded (X509Certificate checkCert, String url) |
| Returns the CRL bytes (the parameters are ignored). More... |
|
An implementation of the CrlClient that handles offline Certificate Revocation Lists.
|
inline |
Creates an instance of a CrlClient in case you have a local cache of the Certificate Revocation List.
| crlEncoded | the CRL bytes |
|
inline |
Creates an instance of a CrlClient in case you have a local cache of the Certificate Revocation List.
| crl | a CRL object |
|
inlinevirtual |
Returns the CRL bytes (the parameters are ignored).
Implements iText.Signatures.ICrlClient.