|
iText 8.0.3 API
|
Interface that needs to be implemented if you want to embed Certificate Revocation Lists (CRL) into your PDF. More...
Public Member Functions |
|
| ICollection< byte[]> | GetEncoded (IX509Certificate checkCert, String url) |
| Gets an encoded byte array. More... |
|
Interface that needs to be implemented if you want to embed Certificate Revocation Lists (CRL) into your PDF.
| ICollection |
( | IX509Certificate | checkCert, |
| String | url | ||
| ) |
Gets an encoded byte array.
| checkCert | The certificate which a CRL URL can be obtained from. |
| url | A CRL url if you don't want to obtain it from the certificate. |
Implemented in iText.Signatures.CrlClientOnline, and iText.Signatures.CrlClientOffline.