pub(crate) fn export_key(
rsa_algorithm: RsaAlgorithm,
format: KeyFormat,
key: &CryptoKey,
) -> Result<ExportedKey, Error>pub(crate) fn export_key(
rsa_algorithm: RsaAlgorithm,
format: KeyFormat,
key: &CryptoKey,
) -> Result<ExportedKey, Error>