Skip to content

Commit

Permalink
Make JWK format validation language more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
twiss committed Oct 21, 2024
1 parent ec94372 commit 1fc464b
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,8 @@ <h4>Operations</h4>
<ol>
<li>
<p>
If |jwk| does not meet the requirements of Section 2
If |jwk| does not meet the requirements of
the JWK private key format described in Section 2
of [[RFC8037]], then [= exception/throw =] a {{DataError}}.
</p>
</li>
Expand All @@ -593,7 +594,8 @@ <h4>Operations</h4>
<ol>
<li>
<p>
If |jwk| does not meet the requirements of Section 2
If |jwk| does not meet the requirements of
the JWK public key format described in Section 2
of [[RFC8037]], then [= exception/throw =] a {{DataError}}.
</p>
</li>
Expand Down Expand Up @@ -1421,7 +1423,8 @@ <h4>Operations</h4>
<ol>
<li>
<p>
If |jwk| does not meet the requirements of Section 2
If |jwk| does not meet the requirements of
the JWK private key format described in Section 2
of [[RFC8037]], then [= exception/throw =] a {{DataError}}.
</p>
</li>
Expand All @@ -1445,7 +1448,8 @@ <h4>Operations</h4>
<ol>
<li>
<p>
If |jwk| does not meet the requirements of Section 2
If |jwk| does not meet the requirements of
the JWK public key format described in Section 2
of [[RFC8037]], then [= exception/throw =] a {{DataError}}.
</p>
</li>
Expand Down Expand Up @@ -2286,7 +2290,8 @@ <h4>Operations</h4>
<ol>
<li>
<p>
If |jwk| does not meet the requirements of Section 2
If |jwk| does not meet the requirements of
the JWK private key format described in Section 2
of [[RFC8037]], then [= exception/throw =] a {{DataError}}.
</p>
</li>
Expand All @@ -2310,7 +2315,8 @@ <h4>Operations</h4>
<ol>
<li>
<p>
If |jwk| does not meet the requirements of Section 2
If |jwk| does not meet the requirements of
the JWK public key format described in Section 2
of [[RFC8037]], then [= exception/throw =] a {{DataError}}.
</p>
</li>
Expand Down Expand Up @@ -3191,7 +3197,8 @@ <h4>Operations</h4>
<ol>
<li>
<p>
If |jwk| does not meet the requirements of Section 2
If |jwk| does not meet the requirements of
the JWK private key format described in Section 2
of [[RFC8037]], then [= exception/throw =] a {{DataError}}.
</p>
</li>
Expand All @@ -3215,7 +3222,8 @@ <h4>Operations</h4>
<ol>
<li>
<p>
If |jwk| does not meet the requirements of Section 2
If |jwk| does not meet the requirements of
the JWK public key format described in Section 2
of [[RFC8037]], then [= exception/throw =] a {{DataError}}.
</p>
</li>
Expand Down

0 comments on commit 1fc464b

Please sign in to comment.