@@ -12070,8 +12070,8 @@ <h4>Operations</h4>
12070
12070
<li>
12071
12071
<p>
12072
12072
If the {{AesCtrParams/counter}} member of
12073
- |normalizedAlgorithm| does not have length 16
12074
- bytes,
12073
+ |normalizedAlgorithm| does not have
12074
+ a [= byte sequence/length =] of 16 bytes,
12075
12075
then [= exception/throw =] an
12076
12076
{{OperationError}}.
12077
12077
</p>
@@ -12110,8 +12110,8 @@ <h4>Operations</h4>
12110
12110
<li>
12111
12111
<p>
12112
12112
If the {{AesCtrParams/counter}} member of
12113
- |normalizedAlgorithm| does not have length 16
12114
- bytes,
12113
+ |normalizedAlgorithm| does not have
12114
+ a [= byte sequence/length =] of 16 bytes,
12115
12115
then [= exception/throw =] an
12116
12116
{{OperationError}}.
12117
12117
</p>
@@ -12611,8 +12611,8 @@ <h4>Operations</h4>
12611
12611
<li>
12612
12612
<p>
12613
12613
If the {{AesCbcParams/iv}} member of
12614
- |normalizedAlgorithm| does not have length 16
12615
- bytes,
12614
+ |normalizedAlgorithm| does not have
12615
+ a [= byte sequence/length =] of 16 bytes,
12616
12616
then [= exception/throw =] an
12617
12617
{{OperationError}}.
12618
12618
</p>
@@ -12647,8 +12647,8 @@ <h4>Operations</h4>
12647
12647
<li>
12648
12648
<p>
12649
12649
If the {{AesCbcParams/iv}} member of
12650
- |normalizedAlgorithm| does not have length 16
12651
- bytes,
12650
+ |normalizedAlgorithm| does not have
12651
+ a [= byte sequence/length =] of 16 bytes,
12652
12652
then [= exception/throw =] an
12653
12653
{{OperationError}}.
12654
12654
</p>
@@ -13147,25 +13147,26 @@ <h4>Operations</h4>
13147
13147
<ol>
13148
13148
<li>
13149
13149
<p>
13150
- If |plaintext| has a length greater than 2^39 - 256
13151
- bytes,
13150
+ If |plaintext| has a [= byte sequence/length =]
13151
+ greater than 2^39 - 256 bytes,
13152
13152
then [= exception/throw =] an
13153
13153
{{OperationError}}.
13154
13154
</p>
13155
13155
</li>
13156
13156
<li>
13157
13157
<p>
13158
13158
If the {{AesGcmParams/iv}} member of
13159
- |normalizedAlgorithm| has a length greater than 2^64 - 1
13160
- bytes,
13159
+ |normalizedAlgorithm| has a [= byte sequence/length =]
13160
+ greater than 2^64 - 1 bytes,
13161
13161
then [= exception/throw =] an
13162
13162
{{OperationError}}.
13163
13163
</p>
13164
13164
</li>
13165
13165
<li>
13166
13166
<p>
13167
13167
If the {{AesGcmParams/additionalData}} member
13168
- of |normalizedAlgorithm| is present and has a length
13168
+ of |normalizedAlgorithm| is present and has a
13169
+ [= byte sequence/length =]
13169
13170
greater than 2^64 - 1 bytes,
13170
13171
then [= exception/throw =] an
13171
13172
{{OperationError}}.
@@ -13249,18 +13250,18 @@ <h4>Operations</h4>
13249
13250
<li>
13250
13251
<p>
13251
13252
If the {{AesGcmParams/iv}} member of
13252
- |normalizedAlgorithm| has a length greater than 2^64 - 1
13253
- bytes,
13253
+ |normalizedAlgorithm| has a [= byte sequence/length =]
13254
+ greater than 2^64 - 1 bytes,
13254
13255
then [= exception/throw =] an
13255
13256
{{OperationError}}.
13256
13257
</p>
13257
13258
</li>
13258
13259
<li>
13259
13260
<p>
13260
13261
If the {{AesGcmParams/additionalData}} member
13261
- of |normalizedAlgorithm| is present and has a length
13262
- greater than 2^64 - 1
13263
- bytes,
13262
+ of |normalizedAlgorithm| is present and has a
13263
+ [= byte sequence/length =]
13264
+ greater than 2^64 - 1 bytes,
13264
13265
then [= exception/throw =] an
13265
13266
{{OperationError}}.
13266
13267
</p>
0 commit comments