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