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
| Name | Type | Access | Description |
|---|---|---|---|
verified | bool | Read/Write | Gets or sets the verified. |
gen_time | datetime | None | Read/Write | Gets or sets the gen time. |
tsa | str | None | Read/Write | Gets or sets the tsa. |
imprint_ok | bool | Read/Write | Gets or sets the imprint ok. |
signature_ok | bool | Read/Write | Gets or sets the signature ok. |
reason | str | Read/Write | Gets or sets the reason. |