Module time_stamp

Source
Expand description

Functions for working with RFC 3161 time stamp service providers.

Enums§

TimeStampError
Describes errors that can occur when requesting or verifying an RFC 3161 time stamp.

Traits§

AsyncTimeStampProvider
An AsyncTimeStampProvider implementation can contact a RFC 3161 time stamp service and generate a corresponding time stamp for a specific piece of data.
TimeStampProvider
A TimeStampProvider implementation can contact a RFC 3161 time stamp service and generate a corresponding time stamp for a specific piece of data.

Functions§

default_rfc3161_message
Create an RFC 3161 time stamp request message for a given piece of data.
default_rfc3161_requestNon-WebAssembly
Request an RFC 3161 time stamp for a given piece of data from a timestamp provider.
default_rfc3161_request_asyncNon-WebAssembly
Request an RFC 3161 time stamp for a given piece of data from a timestamp provider.