pub fn keys_generate_post(
configuration: &Configuration,
key_generate_request_data: KeyGenerateRequestData,
) -> Result<ResponseContent<CreateResourceId>, Error<KeysGeneratePostError>>Expand description
Generate a pair of public and private key and store it in NetHSM. KeyID is optional as a parameter and will be generated by NetHSM if not present. The key is stored in the caller’s namespace.