The AwsKeyManagerGenerateKeyParams interface defines the algorithm-specific parameters that should be passed into the AwsKeyManager.generateKey() method when generating a key in AWS KMS.
AwsKeyManagerGenerateKeyParams
AwsKeyManager.generateKey()
A string defining the type of key to generate. The value must be one of the following:
"ES256K"
The
AwsKeyManagerGenerateKeyParams
interface defines the algorithm-specific parameters that should be passed into theAwsKeyManager.generateKey()
method when generating a key in AWS KMS.