Skip to content

timestamp tsr gettsa

Matthias Görges edited this page Jul 13, 2015 · 2 revisions

timestamp-tsr-gettsa returns the timestamp response TSA section

Parameter Description
tsr Timestamp response

Example

Example 1: Obtain a trusted timestamp for a file containing the string "LambdaNative" and the TSA section

> (define filename "LNtest")
> (u8vector->file (u8vector 76 97 109 98 100 97 78 97 116 105 118 101) filename)
> (define tsr (timestamp-gettimestamp filename))
> (timestamp-tsr-gettsa tsr)
""
Clone this wiki locally