@@ -12056,8 +12056,8 @@ <h4>Operations</h4>
12056
12056
<li>
12057
12057
<p>
12058
12058
If the {{AesCtrParams/counter}} member of
12059
- |normalizedAlgorithm| does not have length 16
12060
- bytes,
12059
+ |normalizedAlgorithm| does not have
12060
+ a [= byte sequence/length =] of 16 bytes,
12061
12061
then [= exception/throw =] an
12062
12062
{{OperationError}}.
12063
12063
</p>
@@ -12096,8 +12096,8 @@ <h4>Operations</h4>
12096
12096
<li>
12097
12097
<p>
12098
12098
If the {{AesCtrParams/counter}} member of
12099
- |normalizedAlgorithm| does not have length 16
12100
- bytes,
12099
+ |normalizedAlgorithm| does not have
12100
+ a [= byte sequence/length =] of 16 bytes,
12101
12101
then [= exception/throw =] an
12102
12102
{{OperationError}}.
12103
12103
</p>
@@ -12597,8 +12597,8 @@ <h4>Operations</h4>
12597
12597
<li>
12598
12598
<p>
12599
12599
If the {{AesCbcParams/iv}} member of
12600
- |normalizedAlgorithm| does not have length 16
12601
- bytes,
12600
+ |normalizedAlgorithm| does not have
12601
+ a [= byte sequence/length =] of 16 bytes,
12602
12602
then [= exception/throw =] an
12603
12603
{{OperationError}}.
12604
12604
</p>
@@ -12633,8 +12633,8 @@ <h4>Operations</h4>
12633
12633
<li>
12634
12634
<p>
12635
12635
If the {{AesCbcParams/iv}} member of
12636
- |normalizedAlgorithm| does not have length 16
12637
- bytes,
12636
+ |normalizedAlgorithm| does not have
12637
+ a [= byte sequence/length =] of 16 bytes,
12638
12638
then [= exception/throw =] an
12639
12639
{{OperationError}}.
12640
12640
</p>
@@ -13133,25 +13133,26 @@ <h4>Operations</h4>
13133
13133
<ol>
13134
13134
<li>
13135
13135
<p>
13136
- If |plaintext| has a length greater than 2^39 - 256
13137
- bytes,
13136
+ If |plaintext| has a [= byte sequence/length =]
13137
+ greater than 2^39 - 256 bytes,
13138
13138
then [= exception/throw =] an
13139
13139
{{OperationError}}.
13140
13140
</p>
13141
13141
</li>
13142
13142
<li>
13143
13143
<p>
13144
13144
If the {{AesGcmParams/iv}} member of
13145
- |normalizedAlgorithm| has a length greater than 2^64 - 1
13146
- bytes,
13145
+ |normalizedAlgorithm| has a [= byte sequence/length =]
13146
+ greater than 2^64 - 1 bytes,
13147
13147
then [= exception/throw =] an
13148
13148
{{OperationError}}.
13149
13149
</p>
13150
13150
</li>
13151
13151
<li>
13152
13152
<p>
13153
13153
If the {{AesGcmParams/additionalData}} member
13154
- of |normalizedAlgorithm| is present and has a length
13154
+ of |normalizedAlgorithm| is present and has a
13155
+ [= byte sequence/length =]
13155
13156
greater than 2^64 - 1 bytes,
13156
13157
then [= exception/throw =] an
13157
13158
{{OperationError}}.
@@ -13235,18 +13236,18 @@ <h4>Operations</h4>
13235
13236
<li>
13236
13237
<p>
13237
13238
If the {{AesGcmParams/iv}} member of
13238
- |normalizedAlgorithm| has a length greater than 2^64 - 1
13239
- bytes,
13239
+ |normalizedAlgorithm| has a [= byte sequence/length =]
13240
+ greater than 2^64 - 1 bytes,
13240
13241
then [= exception/throw =] an
13241
13242
{{OperationError}}.
13242
13243
</p>
13243
13244
</li>
13244
13245
<li>
13245
13246
<p>
13246
13247
If the {{AesGcmParams/additionalData}} member
13247
- of |normalizedAlgorithm| is present and has a length
13248
- greater than 2^64 - 1
13249
- bytes,
13248
+ of |normalizedAlgorithm| is present and has a
13249
+ [= byte sequence/length =]
13250
+ greater than 2^64 - 1 bytes,
13250
13251
then [= exception/throw =] an
13251
13252
{{OperationError}}.
13252
13253
</p>
0 commit comments