Expand description
Functions for working with RFC 3161 time stamp service providers.
Enums§
- Time
Stamp Error - Describes errors that can occur when requesting or verifying an RFC 3161 time stamp.
Traits§
- Async
Time Stamp Provider - An
AsyncTimeStampProvider
implementation can contact a RFC 3161 time stamp service and generate a corresponding time stamp for a specific piece of data. - Time
Stamp Provider - 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_ request Non-WebAssembly - Request an RFC 3161 time stamp for a given piece of data from a timestamp provider.
- default_
rfc3161_ request_ async Non-WebAssembly - Request an RFC 3161 time stamp for a given piece of data from a timestamp provider.