The LocalKeyManagerGenerateKeyParams interface defines the algorithm-specific parameters that should be passed into the LocalKeyManager.generateKey() method when generating a key in the local KMS.
LocalKeyManagerGenerateKeyParams
LocalKeyManager.generateKey()
A string defining the type of key to generate. The value must be one of the following:
"Ed25519"
"secp256k1"
The
LocalKeyManagerGenerateKeyParams
interface defines the algorithm-specific parameters that should be passed into theLocalKeyManager.generateKey()
method when generating a key in the local KMS.