OcspResponse

Overview

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

Properties: producedAt, responderCerts, responseStatus, responses, signature, signatureAlgorithm, and 1 more.

Properties

NameTypeAccessDescription
responseStatus: numberReadGets the response status.
producedAt: DateReadGets the produced at.
responses: OcspSingleResponse[]ReadGets the responses.
responderCerts: Uint8Array[]ReadGets the responder certs.
tbsResponseData: Uint8ArrayReadGets the tbs response data.
signatureAlgorithm: stringReadGets the signature algorithm.
signature: Uint8ArrayReadGets the signature.