From cff715d8c9ab730405aa79305007d97df61d8e97 Mon Sep 17 00:00:00 2001
From: Daniel Huigens Web Cryptography API
that is marked as non-extractable using the ext
JWK member.
- However, the unwrapKey method does support the JsonWebKey/ext}} JWK member,
+ However, the unwrapKey method does support the ext
JWK member,
so that wrapped non-extractable keys created elsewhere, for example by a server, can be
unwrapped using this API.
- Let key be the result of performing the export key operation specified
+ Let exportedKey be the result of performing the export key operation specified by
the [[algorithm]]
internal slot of
key using key and format.
pkcs8
", or "spki
":
jwk
":
@@ -2882,7 +2882,7 @@
- Let json be the result of representing key as a
+ Let json be the result of representing exportedKey as a
UTF-16 string conforming to the JSON grammar; for example, by executing
the JSON.stringify
algorithm specified in
[ECMA-262] in the context of a new global object.
@@ -4557,7 +4557,7 @@
- If the ext
field of jwk is present and
+ If the ext
field of jwk is present and
has the value false and extractable is true,
then throw a
DataError
.
@@ -5582,7 +5582,7 @@
- If the ext
field of jwk is present and
+ If the ext
field of jwk is present and
has the value false and extractable is true,
then throw a
DataError
.
@@ -6632,7 +6632,7 @@
- If the ext
field of jwk is present and
+ If the ext
field of jwk is present and
has the value false and extractable is true,
then throw a
DataError
.
@@ -8061,7 +8061,7 @@
- If the ext
field of jwk is present and
+ If the ext
field of jwk is present and
has the value false and extractable is true,
then throw a
DataError
.
@@ -9693,7 +9693,7 @@
- If the ext
field of jwk is present and
+ If the ext
field of jwk is present and
has the value false and extractable is true,
then throw a
DataError
.
@@ -10946,7 +10946,7 @@
- If the ext
field of jwk is present and
+ If the ext
field of jwk is present and
has the value false and extractable is true,
then throw a
DataError
.
@@ -11787,7 +11787,7 @@
- If the ext
field of jwk is present and
+ If the ext
field of jwk is present and
has the value false and extractable is true,
then throw a
DataError
.
@@ -12522,7 +12522,7 @@
- If the ext
field of jwk is present and
+ If the ext
field of jwk is present and
has the value false and extractable is true,
then throw a
DataError
.
@@ -13063,7 +13063,7 @@
- If the ext
field of jwk is present and
+ If the ext
field of jwk is present and
has the value false and extractable is true,
then throw a
DataError
.
@@ -13687,7 +13687,7 @@
- If the ext
field of jwk is present and
+ If the ext
field of jwk is present and
has the value false and extractable is true,
then throw a
DataError
.
@@ -14174,7 +14174,7 @@
- If the ext
field of jwk is present and
+ If the ext
field of jwk is present and
has the value false and extractable is true,
then throw a
DataError
.
- If the ext
field of jwk is present and
+ If the ext
field of jwk is present and
has the value false and extractable is true,
then throw a
DataError
.
@@ -18401,31 +18401,31 @@
Referenced in: