The EcdsaSignParams interface defines the algorithm-specific parameters that should be passed into the EcdsaAlgorithm.sign() method when using the ECDSA algorithm.
EcdsaSignParams
EcdsaAlgorithm.sign()
Specifies the algorithm used for the signing operation. The value must be one of the following:
"ES256K"
Data to be signed.
Identifier for the signing private key in the KMS.
The
EcdsaSignParams
interface defines the algorithm-specific parameters that should be passed into theEcdsaAlgorithm.sign()
method when using the ECDSA algorithm.