Skip to main content

show_key

Function show_key 

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

Prints the ASCII-armored content of a PGP key from the local keyring.

ยงErrors

Returns an error if the key with the given name is not found or cannot be read.