TimestampInfo

Overview

TimestampInfo is a class in Aspose.PDF FOSS for Python.

Result of verifying an RFC 3161 timestamp token.

Properties: gen_time, imprint_ok, reason, signature_ok, tsa, verified.

Properties

NameTypeAccessDescription
verifiedboolRead/WriteGets or sets the verified.
gen_timedatetime | NoneRead/WriteGets or sets the gen time.
tsastr | NoneRead/WriteGets or sets the tsa.
imprint_okboolRead/WriteGets or sets the imprint ok.
signature_okboolRead/WriteGets or sets the signature ok.
reasonstrRead/WriteGets or sets the reason.

See Also