OcspSingleResponse
Overview
OcspSingleResponse is a interface in Aspose.PDF FOSS for TypeScript.
Properties: hashAlg, issuerKeyHash, issuerNameHash, nextUpdate, revocationTime, serialNumber, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
hashAlg | : string | Read | Gets the hash alg. |
issuerNameHash | : Uint8Array | Read | Gets the issuer name hash. |
issuerKeyHash | : Uint8Array | Read | Gets the issuer key hash. |
serialNumber | : bigint | Read | Gets the serial number. |
status | : 'good' | 'revoked' | 'unknown' | Read | Gets the status. |
revocationTime | : Date | Read | Gets the revocation time. |
thisUpdate | : Date | Read | Gets the this update. |
nextUpdate | : Date | Read | Gets the next update. |