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

NameTypeAccessDescription
time: DateReadThe TSA-asserted signing time (genTime).
imprintMatches: booleanReadWhether the token’s message imprint matches the timestamped signature.
tokenSignatureValid: booleanReadWhether the TSA’s CMS signature over the TSTInfo verifies.
valid: booleanReadimprintMatches && tokenSignatureValid — the overall token verdict.
policy: stringReadThe TSA policy OID.
serialNumber: stringReadThe token serial number (decimal string).