Skip to content

Commit 7e31a74

Browse files
author
Jake Champion
committed
add documentation for EcKepImportParams
1 parent da295c1 commit 7e31a74

File tree

3 files changed

+66
-0
lines changed

3 files changed

+66
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
hide_title: false
3+
hide_table_of_contents: false
4+
pagination_next: null
5+
pagination_prev: null
6+
---
7+
# EcKeyImportParams
8+
9+
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.
10+
11+
## Instance properties
12+
13+
- `name`
14+
- : A string. This should be set to `ECDSA`.
15+
- `namedCurve`
16+
17+
- : A string representing the name of the elliptic curve to use. This may be any of the following names for [NIST](https://www.nist.gov/)-approved curves:
18+
19+
- `P-256`
20+
- `P-384`
21+
- `P-521`
22+
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
hide_title: false
3+
hide_table_of_contents: false
4+
pagination_next: null
5+
pagination_prev: null
6+
---
7+
# EcKeyImportParams
8+
9+
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.
10+
11+
## Instance properties
12+
13+
- `name`
14+
- : A string. This should be set to `ECDSA`.
15+
- `namedCurve`
16+
17+
- : A string representing the name of the elliptic curve to use. This may be any of the following names for [NIST](https://www.nist.gov/)-approved curves:
18+
19+
- `P-256`
20+
- `P-384`
21+
- `P-521`
22+
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
hide_title: false
3+
hide_table_of_contents: false
4+
pagination_next: null
5+
pagination_prev: null
6+
---
7+
# EcKeyImportParams
8+
9+
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.
10+
11+
## Instance properties
12+
13+
- `name`
14+
- : A string. This should be set to `ECDSA`.
15+
- `namedCurve`
16+
17+
- : A string representing the name of the elliptic curve to use. This may be any of the following names for [NIST](https://www.nist.gov/)-approved curves:
18+
19+
- `P-256`
20+
- `P-384`
21+
- `P-521`
22+

0 commit comments

Comments
 (0)