Selen::Crypto::Keyring
Maintains an in-memory mapping of fingerprint → user info and delegates key import/export to PGP module.
Constructors
new
SourceInstance methods
Add or update a key entry. Imports into the GPG homedir. Returns the fingerprint.
add_local(fingerprint : String, nickname : String, name_color : Int32, armored_public_key : String) : Nil
Add an entry for a key that's already in the GPG homedir.
Look up an entry by fingerprint. Returns nil if not found.