TimestampInfo
Overview
TimestampInfo is a interface in Aspose.PDF FOSS for TypeScript.
Verdict on a signature timestamp: the asserted time plus whether the token binds to the signature (imprint) and whether the TSA’s signature is valid.
Properties: imprintMatches, policy, serialNumber, time, tokenSignatureValid, valid.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
time | : Date | Read | The TSA-asserted signing time (genTime). |
imprintMatches | : boolean | Read | Whether the token’s message imprint matches the timestamped signature. |
tokenSignatureValid | : boolean | Read | Whether the TSA’s CMS signature over the TSTInfo verifies. |
valid | : boolean | Read | imprintMatches && tokenSignatureValid — the overall token verdict. |
policy | : string | Read | The TSA policy OID. |
serialNumber | : string | Read | The token serial number (decimal string). |