EcKeyImportParams
The EcKeyImportParams dictionary represents the object that should be passed as the algorithm parameter into SubtleCrypto.importKey(), when generating any elliptic-curve-based key pair: that is, when the algorithm is identified as ECDSA.
Instance properties
-
name- : A string. This should be set to
ECDSA.
- : A string. This should be set to
-
namedCurve-
: A string representing the name of the elliptic curve to use. This may be any of the following names for NIST-approved curves:
P-256P-384P-521
-