iText 8.0.5 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 (IX509Crl crl) | |
Creates an instance of a CrlClient in case you have a local cache of the Certificate Revocation List. More... |
|
virtual ICollection< byte[]> | GetEncoded (IX509Certificate 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.