Menu
Open source

EcdsaParams

The EcdsaParams represents the object that should be passed as the algorithm parameter into sign or verify when using the ECDSA algorithm.

Properties

PropertyTypeDescription
namestringAn algorithm name. Should be ECDSA.
hashstringAn identifier for the digest algorithm to use. Possible values are SHA-256, SHA-384 or SHA-512.