Table of Contents

Interface ICrlClient

Namespace
iText.Signatures
Assembly
itext.sign.dll

Interface that needs to be implemented if you want to embed Certificate Revocation Lists (CRL) into your PDF.

public interface ICrlClient

Methods

GetEncoded(IX509Certificate, string)

Gets an encoded byte array.

ICollection<byte[]> GetEncoded(IX509Certificate checkCert, string url)

Parameters

checkCert IX509Certificate

The certificate which a CRL URL can be obtained from.

url string

A CRL url if you don't want to obtain it from the certificate.

Returns

ICollection<byte[]>

A collection of byte array each representing a crl. It may return null or an empty collection.