OcspSingleResponse

OcspSingleResponse

Overview

OcspSingleResponse is a interface in Aspose.PDF FOSS for TypeScript.

Properties: hashAlg, issuerKeyHash, issuerNameHash, nextUpdate, revocationTime, serialNumber, and 2 more.

Properties

NameTypeAccessDescription
hashAlg: stringReadGets the hash alg.
issuerNameHash: Uint8ArrayReadGets the issuer name hash.
issuerKeyHash: Uint8ArrayReadGets the issuer key hash.
serialNumber: bigintReadGets the serial number.
status: 'good' | 'revoked' | 'unknown'ReadGets the status.
revocationTime: DateReadGets the revocation time.
thisUpdate: DateReadGets the this update.
nextUpdate: DateReadGets the next update.