DssEntry
Overview
DssEntry is a interface in Aspose.PDF FOSS for TypeScript.
Per-signature validation data to embed under one /VRI entry.
Properties: certs, crls, ocsps, vriKey.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
vriKey | : string | Read | Gets the vri key. |
certs | : Uint8Array[] | Read | Gets the certs. |
ocsps | : Uint8Array[] | Read | Gets the ocsps. |
crls | : Uint8Array[] | Read | Gets the crls. |