Class CrlClientOffline
- Namespace
- iText.Signatures
- Assembly
- itext.sign.dll
An implementation of the CrlClient that handles offline Certificate Revocation Lists.
public class CrlClientOffline : ICrlClient
- Inheritance
-
CrlClientOffline
- Implements
- Inherited Members
Constructors
CrlClientOffline(byte[])
Creates an instance of a CrlClient in case you have a local cache of the Certificate Revocation List.
public CrlClientOffline(byte[] crlEncoded)
Parameters
crlEncoded
byte[]the CRL bytes
CrlClientOffline(IX509Crl)
Creates an instance of a CrlClient in case you have a local cache of the Certificate Revocation List.
public CrlClientOffline(IX509Crl crl)
Parameters
crl
IX509Crla CRL object
Methods
GetEncoded(IX509Certificate, string)
Returns the CRL bytes (the parameters are ignored).
public virtual ICollection<byte[]> GetEncoded(IX509Certificate checkCert, string url)
Parameters
checkCert
IX509Certificateurl
string
Returns
- ICollection<byte[]>
- See Also