Crl
Overview
Crl is a interface in Aspose.PDF FOSS for TypeScript.
Properties: issuer, nextUpdate, revoked, signature, signatureAlgorithm, tbsCertList, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
issuer | : Uint8Array | Read | Gets the issuer. |
thisUpdate | : Date | Read | Gets the this update. |
nextUpdate | : Date | Read | Gets the next update. |
revoked | : CrlEntry[] | Read | Gets the revoked. |
tbsCertList | : Uint8Array | Read | Gets the tbs cert list. |
signatureAlgorithm | : string | Read | Gets the signature algorithm. |
signature | : Uint8Array | Read | Gets the signature. |