Skip to main content

Module keystore

Module keystore 

Source
Expand description

Keystore abstraction for private key storage.

This module provides a trait for key storage backends and an MVP plaintext JSON implementation.

Structs§

JsonKeyStore
Plaintext JSON keystore (MVP implementation).
StoredKey
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.