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§
- Keystore
Entry Result - A type alias returned by
Keystore::list
.