DocumentTimestampReport
Overview
DocumentTimestampReport is a interface in Aspose.PDF FOSS for TypeScript.
Verdict for one document timestamp (/DocTimeStamp): the RFC 3161 token’s time and imprint/TSA-signature checks, plus coverage and the TSA cert.
Properties: coversWholeFile, modifications, name, signerCert, timestamp.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | : string | Read | Timestamp field name (/T). |
timestamp | : TimestampInfo | Read | RFC 3161 verdict: time, imprintMatches, tokenSignatureValid, valid. |
coversWholeFile | : boolean | Read | Whether the /ByteRange spans the whole file (no later revision). |
modifications | : Change[] | Read | Objects added/modified in revisions appended after this timestamp. |
signerCert | : CertInfo | Read | The TSA’s certificate summary, when the token could be parsed. |