pub fn _save_private_key<P: AsRef<Path>>( path: P, key: &RsaPrivateKey, enc: KeyEncoding ) -> Result<()>