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