Module key_id

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§

KeyId
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.
KeyIds
Represents a set of all the key identifiers that need to be defined to use a key store. At the moment it’s just symmetric and asymmetric keys.