Skip to content

Commit 9cd8b2e

Browse files
committed
Make JWK format validation language more specific
1 parent f6d2b01 commit 9cd8b2e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

spec/Overview.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10535,7 +10535,8 @@ <h4>Operations</h4>
1053510535
<ol>
1053610536
<li>
1053710537
<p>
10538-
If |jwk| does not meet the requirements of Section 2
10538+
If |jwk| does not meet the requirements of
10539+
the JWK private key format described in Section 2
1053910540
of [[RFC8037]], then [= exception/throw =] a {{DataError}}.
1054010541
</p>
1054110542
</li>
@@ -10559,7 +10560,8 @@ <h4>Operations</h4>
1055910560
<ol>
1056010561
<li>
1056110562
<p>
10562-
If |jwk| does not meet the requirements of Section 2
10563+
If |jwk| does not meet the requirements of
10564+
the JWK public key format described in Section 2
1056310565
of [[RFC8037]], then [= exception/throw =] a {{DataError}}.
1056410566
</p>
1056510567
</li>
@@ -11389,7 +11391,8 @@ <h4>Operations</h4>
1138911391
<ol>
1139011392
<li>
1139111393
<p>
11392-
If |jwk| does not meet the requirements of Section 2
11394+
If |jwk| does not meet the requirements of
11395+
the JWK private key format described in Section 2
1139311396
of [[RFC8037]], then [= exception/throw =] a {{DataError}}.
1139411397
</p>
1139511398
</li>
@@ -11413,7 +11416,8 @@ <h4>Operations</h4>
1141311416
<ol>
1141411417
<li>
1141511418
<p>
11416-
If |jwk| does not meet the requirements of Section 2
11419+
If |jwk| does not meet the requirements of
11420+
the JWK public key format described in Section 2
1141711421
of [[RFC8037]], then [= exception/throw =] a {{DataError}}.
1141811422
</p>
1141911423
</li>

0 commit comments

Comments
 (0)