Expand description
KeyStorage types and functionalities.
Structs§
- JwkGen
Output - The output of a JWK key generation.
- JwkMem
Store - 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§
- KeyStorage
Error Kind - The cause of the failed key storage operation.
Traits§
- JwkStorage
- Secure storage for cryptographic keys represented as JWKs.
- JwkStorage
BbsPlus Ext - Extension to the JwkStorage to handle BBS+ keys
Type Aliases§
- KeyStorage
Error - Error type for key storage operations.
- KeyStorage
Result - Result of key storage operations.