Module keystore

Source
Available on crate feature keymgr only.
Expand description

The Keystore trait and its implementations.

Modules§

arti 🔒
The Arti key store.
ctor 🔒 ctor-keystore
Read-only C Tor key store support.
ephemeral 🔒 ephemeral-keystore
ArtiEphemeralKeystore implementation (in-memory ephemeral key storage)
fs_utils 🔒
Module providing support for handling paths relative to a [CheckedDir].

Traits§

Keystore
A generic key store.

Type Aliases§

KeystoreEntryResult
A type alias returned by Keystore::list.