Skip to content

Commit

Permalink
Fix RSA-OAEP and RSA-PSS typos for JWK (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu authored Dec 30, 2024
1 parent 0ac8c1b commit 37f3dd8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions spec/Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -5502,14 +5502,14 @@ <h4>Operations</h4>
<li>
<p>
Let |privateKey| represent the
RSA public key identified by interpreting |jwk|
according to Section 6.3.1 of JSON Web
RSA private key identified by interpreting |jwk|
according to Section 6.3.2 of JSON Web
Algorithms [[JWA]].
</p>
</li>
<li>
<p>
If |privateKey| can be determined to not be a valid RSA public key
If |privateKey| can be determined to not be a valid RSA private key
according to [[RFC3447]],
then [= exception/throw =] a
{{DataError}}.
Expand Down Expand Up @@ -6529,13 +6529,13 @@ <h4>Operations</h4>
<li>
<p>
Let |privateKey| represent the
RSA public key identified by interpreting |jwk|
according to Section 6.3.1 of JSON Web Algorithms [[JWA]].
RSA private key identified by interpreting |jwk|
according to Section 6.3.2 of JSON Web Algorithms [[JWA]].
</p>
</li>
<li>
<p>
If |privateKey| can be determined to not be a valid RSA public key
If |privateKey| can be determined to not be a valid RSA private key
according to [[RFC3447]],
then [= exception/throw =] a
{{DataError}}.
Expand Down

0 comments on commit 37f3dd8

Please sign in to comment.