Skip to main content

Module keyslot_ids

Module keyslot_ids 

Source

Structs§

LocalId
An opaque identifier for a local key. Currently only contains a unique ID, but it can be extended to contain scope information to allow cleanup on scope exit.

Traits§

KeySlotId
Represents a key identifier that can be used to identify cryptographic keys in the key store. It is used to avoid exposing the key material directly in the public API.
KeySlotIds
Represents a set of all the key identifiers that need to be defined to use a key store.