pub fn save_public_key<P: AsRef<Path>>( path: P, key: &VerifyingKey, enc: KeyEncoding ) -> Result<()>
Saves an RSA public key to a file in the requested encoding.
key