Expand description
Keymanager interface.
Structs§
- KeyManager
Client With Context - Convenience wrapper around an existing KeyManagerClient instance which uses a default io context for all calls.
- KeyPair
- A key pair managed by the key manager.
- KeyPair
Id - A 256-bit key pair identifier.
- Signed
Public Key - Signed public key.
- State
Key - A state encryption key.
- Trusted
Signers - Set of trusted key manager signing keys.
Enums§
- KeyManager
Error - Key manager error.
Constants§
- KEY_
PAIR_ ID_ CONTEXT - Key pair ID domain separation context.
Traits§
- KeyManager
- Key manager interface.
Functions§
- get_
key_ pair_ id - Derive a
KeyPairId
for use with the key manager functions.