Skip to main content

search_keys

Function search_keys 

Source
pub fn search_keys(term: &str) -> Result<(), Error>
Expand description

Searches for PGP keys in the local keyring by name, fingerprint, or UserID (name/email).

ยงErrors

Returns an error if the local keyring cannot be read.