Type Alias KeyRing

Source
pub type KeyRing = HashMap<Thumbprint, PublicKey>;
Expand description

A map from a thumbprint to the public key, to be used to map keyids to public keys.

Aliased Typeยง

pub struct KeyRing { /* private fields */ }