Module key_ring

Module key_ring 

Source
Expand description

named keys for authentication

Structs§

Key
Represents a key in the keyring.
KeyRingEntry
Represents an entry in the keyring, mapping a key to a name.

Functions§

key_from_string
Deserializes a string into a Key.
parse_key_ring
Parses a JSON string into a KeyRing.

Type Aliases§

KeyRing
A map from Key to String (name).