pub async fn generate_key(
configuration: &Configuration,
key_request: Option<KeyRequest>,
) -> Result<KeyResponse, Error<GenerateKeyError>>
Expand description
Generate a new RSA or EC key pair or an HMAC secret.
pub async fn generate_key(
configuration: &Configuration,
key_request: Option<KeyRequest>,
) -> Result<KeyResponse, Error<GenerateKeyError>>
Generate a new RSA or EC key pair or an HMAC secret.