pub async fn import_key(
configuration: &Configuration,
key_request: Option<KeyRequest>,
) -> Result<KeyResponse, Error<ImportKeyError>>
Expand description
Import an existing RSA or EC key pair or an HMAC secret.
pub async fn import_key(
configuration: &Configuration,
key_request: Option<KeyRequest>,
) -> Result<KeyResponse, Error<ImportKeyError>>
Import an existing RSA or EC key pair or an HMAC secret.