pub fn create_ek_object_2<IKC: IntoKeyCustomization>(
context: &mut Context,
alg: AsymmetricAlgorithmSelection,
key_customization: IKC,
) -> Result<KeyHandle>
Expand description
Create the Endorsement Key object from the specification templates
This function will be removed in the next major version.