diff --git a/spec/Overview.html b/spec/Overview.html index 8f8fd42..7f88a4c 100644 --- a/spec/Overview.html +++ b/spec/Overview.html @@ -1415,14 +1415,6 @@
- Let |data| be the result of - [= get a copy of the buffer source | - getting a copy of the bytes held by =] the `data` parameter passed to the - {{SubtleCrypto/encrypt()}} method. -
-Let |normalizedAlgorithm| be the result of @@ -1437,6 +1429,14 @@
+ Let |data| be the result of + [= get a copy of the buffer source | + getting a copy of the bytes held by =] the `data` parameter passed to the + {{SubtleCrypto/encrypt()}} method. +
+Let |realm| be the [= relevant realm =] of [= this =]. @@ -1522,14 +1522,6 @@
- Let |data| be the result of - [= get a copy of the buffer source | - getting a copy of the bytes held by =] the `data` parameter passed to the - {{SubtleCrypto/decrypt()}} method. -
-Let |normalizedAlgorithm| be the result of @@ -1544,6 +1536,14 @@
+ Let |data| be the result of + [= get a copy of the buffer source | + getting a copy of the bytes held by =] the `data` parameter passed to the + {{SubtleCrypto/decrypt()}} method. +
+Let |realm| be the [= relevant realm =] of [= this =]. @@ -1629,14 +1629,6 @@
- Let |data| be the result of - [= get a copy of the buffer source | - getting a copy of the bytes held by =] the `data` parameter passed to the - {{SubtleCrypto/sign()}} method. -
-Let |normalizedAlgorithm| be the result of @@ -1651,6 +1643,14 @@
+ Let |data| be the result of + [= get a copy of the buffer source | + getting a copy of the bytes held by =] the `data` parameter passed to the + {{SubtleCrypto/sign()}} method. +
+Let |realm| be the [= relevant realm =] of [= this =]. @@ -1736,35 +1736,34 @@
- Let |signature| be the result of - [= get a copy of the buffer source | - getting a copy of the bytes held by =] the `signature` parameter passed to the - {{SubtleCrypto/verify()}} method. + Let |normalizedAlgorithm| be the result of + normalizing an algorithm, with + `alg` set to |algorithm| and `op` set to + "`verify`".
- Let |data| be the result of - [= get a copy of the buffer source | - getting a copy of the bytes held by =] the `data` parameter passed to the - {{SubtleCrypto/verify()}} method. + If an error occurred, return a Promise rejected with + |normalizedAlgorithm|.
- Let |normalizedAlgorithm| be the result of - normalizing an algorithm, with - `alg` set to |algorithm| and `op` set to - "`verify`". + Let |signature| be the result of + [= get a copy of the buffer source | + getting a copy of the bytes held by =] the `signature` parameter passed to the + {{SubtleCrypto/verify()}} method.
- If an error occurred, return a Promise rejected with - |normalizedAlgorithm|. + Let |data| be the result of + [= get a copy of the buffer source | + getting a copy of the bytes held by =] the `data` parameter passed to the + {{SubtleCrypto/verify()}} method.
Let |realm| be the [= relevant realm =] of [= this =]. @@ -1843,14 +1842,6 @@
- Let |data| be the result of - [= get a copy of the buffer source | - getting a copy of the bytes held by =] the `data` parameter passed to the - {{SubtleCrypto/digest()}} method. -
-Let |normalizedAlgorithm| be the result of @@ -1865,6 +1856,14 @@
+ Let |data| be the result of + [= get a copy of the buffer source | + getting a copy of the bytes held by =] the `data` parameter passed to the + {{SubtleCrypto/digest()}} method. +
+Let |realm| be the [= relevant realm =] of [= this =]. @@ -2298,6 +2297,20 @@
+ Let |normalizedAlgorithm| be the result of + normalizing an algorithm, with + `alg` set to |algorithm| and `op` set to + "`importKey`". +
++ If an error occurred, return a Promise rejected with + |normalizedAlgorithm|. +
+- Let |normalizedAlgorithm| be the result of - normalizing an algorithm, with - `alg` set to |algorithm| and `op` set to - "`importKey`". -
-- If an error occurred, return a Promise rejected with - |normalizedAlgorithm|. -
-Let |realm| be the [= relevant realm =] of [= this =]. @@ -2751,7 +2750,7 @@
Let |format|, |unwrappingKey|, |algorithm|, |unwrappedKeyAlgorithm|, @@ -2764,15 +2763,6 @@
- Let |wrappedKey| be the result of - [= get a copy of the buffer source | - getting a copy of the bytes held by =] the - `wrappedKey` parameter passed to the - {{SubtleCrypto/unwrapKey()}} method. -
-Let |normalizedAlgorithm| be the result of @@ -2808,6 +2798,15 @@
+ Let |wrappedKey| be the result of + [= get a copy of the buffer source | + getting a copy of the bytes held by =] the + `wrappedKey` parameter passed to the + {{SubtleCrypto/unwrapKey()}} method. +
+Let |realm| be the [= relevant realm =] of [= this =].