OcspResponse
Overview
OcspResponse is a interface in Aspose.PDF FOSS for TypeScript.
Properties: producedAt, responderCerts, responseStatus, responses, signature, signatureAlgorithm, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
responseStatus | : number | Read | Gets the response status. |
producedAt | : Date | Read | Gets the produced at. |
responses | : OcspSingleResponse[] | Read | Gets the responses. |
responderCerts | : Uint8Array[] | Read | Gets the responder certs. |
tbsResponseData | : Uint8Array | Read | Gets the tbs response data. |
signatureAlgorithm | : string | Read | Gets the signature algorithm. |
signature | : Uint8Array | Read | Gets the signature. |