Skip to content

modern-pdf-lib


modern-pdf-lib / TimestampResult

Interface: TimestampResult

Defined in: src/signature/timestamp.ts:37

Result from a timestamp request.

Properties

signingTime

signingTime: Date

Defined in: src/signature/timestamp.ts:41

The signing time reported by the TSA.


timestampToken

timestampToken: Uint8Array

Defined in: src/signature/timestamp.ts:39

The DER-encoded TimeStampToken (a CMS SignedData).

Released under the MIT License.