Expand description
High level client helpers for interacting with the keystore server.
This library wraps the gRPC API exposed by the ais_keystore binary and
provides convenience functions for performing common actions. All functions
are asynchronous and return errors using the dusa_collection_utils crate
types.
Modules§
Functions§
- conn_
test - Basic connectivity test for the gRPC client.
- generate_
key - Generates a new key with a defined length via the gRPC API. The result is the raw key bytes.
- get_key
- Retrieve a key and return only the raw value.
- get_
key_ data - Retrieve a key and return its data structure using gRPC.
- migrate_
key - Migrate a key via gRPC.
- store_
key - Store a key using the gRPC API.