@@ -12053,8 +12053,8 @@ <h4>Operations</h4>
12053
12053
<li>
12054
12054
<p>
12055
12055
If the {{AesCtrParams/counter}} member of
12056
- |normalizedAlgorithm| does not have length 16
12057
- bytes,
12056
+ |normalizedAlgorithm| does not have
12057
+ a [= byte sequence/length =] of 16 bytes,
12058
12058
then [= exception/throw =] an
12059
12059
{{OperationError}}.
12060
12060
</p>
@@ -12093,8 +12093,8 @@ <h4>Operations</h4>
12093
12093
<li>
12094
12094
<p>
12095
12095
If the {{AesCtrParams/counter}} member of
12096
- |normalizedAlgorithm| does not have length 16
12097
- bytes,
12096
+ |normalizedAlgorithm| does not have
12097
+ a [= byte sequence/length =] of 16 bytes,
12098
12098
then [= exception/throw =] an
12099
12099
{{OperationError}}.
12100
12100
</p>
@@ -12594,8 +12594,8 @@ <h4>Operations</h4>
12594
12594
<li>
12595
12595
<p>
12596
12596
If the {{AesCbcParams/iv}} member of
12597
- |normalizedAlgorithm| does not have length 16
12598
- bytes,
12597
+ |normalizedAlgorithm| does not have
12598
+ a [= byte sequence/length =] of 16 bytes,
12599
12599
then [= exception/throw =] an
12600
12600
{{OperationError}}.
12601
12601
</p>
@@ -12630,8 +12630,8 @@ <h4>Operations</h4>
12630
12630
<li>
12631
12631
<p>
12632
12632
If the {{AesCbcParams/iv}} member of
12633
- |normalizedAlgorithm| does not have length 16
12634
- bytes,
12633
+ |normalizedAlgorithm| does not have
12634
+ a [= byte sequence/length =] of 16 bytes,
12635
12635
then [= exception/throw =] an
12636
12636
{{OperationError}}.
12637
12637
</p>
@@ -13130,25 +13130,26 @@ <h4>Operations</h4>
13130
13130
<ol>
13131
13131
<li>
13132
13132
<p>
13133
- If |plaintext| has a length greater than 2^39 - 256
13134
- bytes,
13133
+ If |plaintext| has a [= byte sequence/length =]
13134
+ greater than 2^39 - 256 bytes,
13135
13135
then [= exception/throw =] an
13136
13136
{{OperationError}}.
13137
13137
</p>
13138
13138
</li>
13139
13139
<li>
13140
13140
<p>
13141
13141
If the {{AesGcmParams/iv}} member of
13142
- |normalizedAlgorithm| has a length greater than 2^64 - 1
13143
- bytes,
13142
+ |normalizedAlgorithm| has a [= byte sequence/length =]
13143
+ greater than 2^64 - 1 bytes,
13144
13144
then [= exception/throw =] an
13145
13145
{{OperationError}}.
13146
13146
</p>
13147
13147
</li>
13148
13148
<li>
13149
13149
<p>
13150
13150
If the {{AesGcmParams/additionalData}} member
13151
- of |normalizedAlgorithm| is present and has a length
13151
+ of |normalizedAlgorithm| is present and has a
13152
+ [= byte sequence/length =]
13152
13153
greater than 2^64 - 1 bytes,
13153
13154
then [= exception/throw =] an
13154
13155
{{OperationError}}.
@@ -13232,18 +13233,18 @@ <h4>Operations</h4>
13232
13233
<li>
13233
13234
<p>
13234
13235
If the {{AesGcmParams/iv}} member of
13235
- |normalizedAlgorithm| has a length greater than 2^64 - 1
13236
- bytes,
13236
+ |normalizedAlgorithm| has a [= byte sequence/length =]
13237
+ greater than 2^64 - 1 bytes,
13237
13238
then [= exception/throw =] an
13238
13239
{{OperationError}}.
13239
13240
</p>
13240
13241
</li>
13241
13242
<li>
13242
13243
<p>
13243
13244
If the {{AesGcmParams/additionalData}} member
13244
- of |normalizedAlgorithm| is present and has a length
13245
- greater than 2^64 - 1
13246
- bytes,
13245
+ of |normalizedAlgorithm| is present and has a
13246
+ [= byte sequence/length =]
13247
+ greater than 2^64 - 1 bytes,
13247
13248
then [= exception/throw =] an
13248
13249
{{OperationError}}.
13249
13250
</p>
0 commit comments