The EcdsaGenerateKeyParams interface defines the algorithm-specific parameters that should be passed into the EcdsaAlgorithm.generateKey() method when using the ECDSA algorithm.
EcdsaGenerateKeyParams
EcdsaAlgorithm.generateKey()
A string defining the type of key to generate. The value must be one of the following:
"ES256K"
The
EcdsaGenerateKeyParams
interface defines the algorithm-specific parameters that should be passed into theEcdsaAlgorithm.generateKey()
method when using the ECDSA algorithm.