Module key_storage

Source
Expand description

KeyStorage types and functionalities.

Structs§

JwkGenOutput
The output of a JWK key generation.
JwkMemStore
An insecure, in-memory JwkStorage implementation that serves as an example and may be used in tests.
KeyId
An identifier for a private key stored in a key storage.
KeyType
The type or class of a cryptographic key.

Enums§

KeyStorageErrorKind
The cause of the failed key storage operation.

Traits§

JwkStorage
Secure storage for cryptographic keys represented as JWKs.
JwkStorageBbsPlusExt
Extension to the JwkStorage to handle BBS+ keys

Type Aliases§

KeyStorageError
Error type for key storage operations.
KeyStorageResult
Result of key storage operations.