Expand description
Keystore abstraction for private key storage.
This module provides a trait for key storage backends and an MVP plaintext JSON implementation.
Structs§
- Json
KeyStore - Plaintext JSON keystore (MVP implementation).
- Stored
Key - A stored key entry with algorithm, public, and private key material.
Enums§
- Error
- Error type for keystore operations.
Traits§
- KeyStore
- Keystore trait for private key storage.