Skip to content

Commit 913bd08

Browse files
committed
align internal slots
1 parent 8a09cc5 commit 913bd08

File tree

1 file changed

+30
-78
lines changed

1 file changed

+30
-78
lines changed

index.html

Lines changed: 30 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,18 +1619,6 @@ <h5>Import Key</h5>
16191619
internal slot of |key| to |algorithm|.
16201620
</p>
16211621
</li>
1622-
<li>
1623-
<p>
1624-
Set the <a data-cite="webcrypto#dfn-CryptoKey-slot-extractable">`[[extractable]]`</a> internal
1625-
slot of |key| to |extractable|.
1626-
</p>
1627-
</li>
1628-
<li>
1629-
<p>
1630-
Set the <a data-cite="webcrypto#dfn-CryptoKey-slot-usages">`[[usages]]`</a> internal slot of
1631-
|key| to |usages|.
1632-
</p>
1633-
</li>
16341622
</ol>
16351623
</dd>
16361624
<dt>If |format| is {{KeyFormat/"pkcs8"}}:</dt>
@@ -1758,18 +1746,6 @@ <h5>Import Key</h5>
17581746
internal slot of |key| to |algorithm|.
17591747
</p>
17601748
</li>
1761-
<li>
1762-
<p>
1763-
Set the <a data-cite="webcrypto#dfn-CryptoKey-slot-extractable">`[[extractable]]`</a> internal
1764-
slot of |key| to |extractable|.
1765-
</p>
1766-
</li>
1767-
<li>
1768-
<p>
1769-
Set the <a data-cite="webcrypto#dfn-CryptoKey-slot-usages">`[[usages]]`</a> internal slot of
1770-
|key| to |usages|.
1771-
</p>
1772-
</li>
17731749
</ol>
17741750
</dd>
17751751
<dt>If |format| is {{KeyFormat/"raw-public"}}:</dt>
@@ -2786,18 +2762,6 @@ <h5>Import Key</h5>
27862762
internal slot of |key| to |algorithm|.
27872763
</p>
27882764
</li>
2789-
<li>
2790-
<p>
2791-
Set the <a data-cite="webcrypto#dfn-CryptoKey-slot-extractable">`[[extractable]]`</a> internal
2792-
slot of |key| to |extractable|.
2793-
</p>
2794-
</li>
2795-
<li>
2796-
<p>
2797-
Set the <a data-cite="webcrypto#dfn-CryptoKey-slot-usages">`[[usages]]`</a> internal slot of
2798-
|key| to |usages|.
2799-
</p>
2800-
</li>
28012765
</ol>
28022766
</dd>
28032767
<dt>If |format| is {{KeyFormat/"pkcs8"}}:</dt>
@@ -2924,18 +2888,6 @@ <h5>Import Key</h5>
29242888
internal slot of |key| to |algorithm|.
29252889
</p>
29262890
</li>
2927-
<li>
2928-
<p>
2929-
Set the <a data-cite="webcrypto#dfn-CryptoKey-slot-extractable">`[[extractable]]`</a> internal
2930-
slot of |key| to |extractable|.
2931-
</p>
2932-
</li>
2933-
<li>
2934-
<p>
2935-
Set the <a data-cite="webcrypto#dfn-CryptoKey-slot-usages">`[[usages]]`</a> internal slot of
2936-
|key| to |usages|.
2937-
</p>
2938-
</li>
29392891
</ol>
29402892
</dd>
29412893
<dt>If |format| is {{KeyFormat/"raw-public"}}:</dt>
@@ -3968,18 +3920,6 @@ <h5>Import Key</h5>
39683920
internal slot of |key| to |algorithm|.
39693921
</p>
39703922
</li>
3971-
<li>
3972-
<p>
3973-
Set the <a data-cite="webcrypto#dfn-CryptoKey-slot-extractable">`[[extractable]]`</a> internal
3974-
slot of |key| to |extractable|.
3975-
</p>
3976-
</li>
3977-
<li>
3978-
<p>
3979-
Set the <a data-cite="webcrypto#dfn-CryptoKey-slot-usages">`[[usages]]`</a> internal slot of
3980-
|key| to |usages|.
3981-
</p>
3982-
</li>
39833923
</ol>
39843924
</dd>
39853925
<dt>If |format| is {{KeyFormat/"pkcs8"}}:</dt>
@@ -4151,18 +4091,6 @@ <h5>Import Key</h5>
41514091
internal slot of |key| to |algorithm|.
41524092
</p>
41534093
</li>
4154-
<li>
4155-
<p>
4156-
Set the <a data-cite="webcrypto#dfn-CryptoKey-slot-extractable">`[[extractable]]`</a> internal
4157-
slot of |key| to |extractable|.
4158-
</p>
4159-
</li>
4160-
<li>
4161-
<p>
4162-
Set the <a data-cite="webcrypto#dfn-CryptoKey-slot-usages">`[[usages]]`</a> internal slot of
4163-
|key| to |usages|.
4164-
</p>
4165-
</li>
41664094
</ol>
41674095
</dd>
41684096
<dt>If |format| is {{KeyFormat/"raw-public"}}:</dt>
@@ -5091,6 +5019,12 @@ <h5>Generate Key</h5>
50915019
generated AES key.
50925020
</p>
50935021
</li>
5022+
<li>
5023+
<p>
5024+
Set the <a data-cite="webcrypto#dfn-CryptoKey-slot-type">`[[type]]`</a> internal slot of
5025+
|key| to {{KeyType/"secret"}}.
5026+
</p>
5027+
</li>
50945028
<li>
50955029
<p>
50965030
Let |algorithm| be a new
@@ -5621,6 +5555,12 @@ <h5>Generate Key</h5>
56215555
generated key.
56225556
</p>
56235557
</li>
5558+
<li>
5559+
<p>
5560+
Set the <a data-cite="webcrypto#dfn-CryptoKey-slot-type">`[[type]]`</a> internal slot of
5561+
|key| to {{KeyType/"secret"}}.
5562+
</p>
5563+
</li>
56245564
<li>
56255565
<p>
56265566
Let |algorithm| be a new
@@ -5774,6 +5714,12 @@ <h5>Import Key</h5>
57745714
object representing a key with value |data|.
57755715
</p>
57765716
</li>
5717+
<li>
5718+
<p>
5719+
Set the <a data-cite="webcrypto#dfn-CryptoKey-slot-type">`[[type]]`</a> internal slot of
5720+
|key| to {{KeyType/"secret"}}.
5721+
</p>
5722+
</li>
57775723
<li>
57785724
<p>
57795725
Let |algorithm| be a new
@@ -6378,6 +6324,12 @@ <h5>Generate Key</h5>
63786324
generated key.
63796325
</p>
63806326
</li>
6327+
<li>
6328+
<p>
6329+
Set the <a data-cite="webcrypto#dfn-CryptoKey-slot-type">`[[type]]`</a> internal slot of
6330+
|key| to {{KeyType/"secret"}}.
6331+
</p>
6332+
</li>
63816333
<li>
63826334
<p>
63836335
Let |algorithm| be a new
@@ -6590,6 +6542,12 @@ <h5>Import Key</h5>
65906542
bits of |data|.
65916543
</p>
65926544
</li>
6545+
<li>
6546+
<p>
6547+
Set the <a data-cite="webcrypto#dfn-CryptoKey-slot-type">`[[type]]`</a> internal slot of
6548+
|key| to {{KeyType/"secret"}}.
6549+
</p>
6550+
</li>
65936551
<li>
65946552
<p>
65956553
Let |algorithm| be a new
@@ -6993,12 +6951,6 @@ <h5>Import key</h5>
69936951
|key| to {{KeyType/"secret"}}.
69946952
</p>
69956953
</li>
6996-
<li>
6997-
<p>
6998-
Set the <a data-cite="webcrypto#dfn-CryptoKey-slot-extractable">`[[extractable]]`</a> internal slot of
6999-
|key| to `false`.
7000-
</p>
7001-
</li>
70026954
<li>
70036955
<p>
70046956
Let |algorithm| be a new {{KeyAlgorithm}}

0 commit comments

Comments
 (0)