Skip to content

Commit 37f3dd8

Browse files
authored
Fix RSA-OAEP and RSA-PSS typos for JWK (#391)
1 parent 0ac8c1b commit 37f3dd8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

spec/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5502,14 +5502,14 @@ <h4>Operations</h4>
55025502
<li>
55035503
<p>
55045504
Let |privateKey| represent the
5505-
RSA public key identified by interpreting |jwk|
5506-
according to Section 6.3.1 of JSON Web
5505+
RSA private key identified by interpreting |jwk|
5506+
according to Section 6.3.2 of JSON Web
55075507
Algorithms [[JWA]].
55085508
</p>
55095509
</li>
55105510
<li>
55115511
<p>
5512-
If |privateKey| can be determined to not be a valid RSA public key
5512+
If |privateKey| can be determined to not be a valid RSA private key
55135513
according to [[RFC3447]],
55145514
then [= exception/throw =] a
55155515
{{DataError}}.
@@ -6529,13 +6529,13 @@ <h4>Operations</h4>
65296529
<li>
65306530
<p>
65316531
Let |privateKey| represent the
6532-
RSA public key identified by interpreting |jwk|
6533-
according to Section 6.3.1 of JSON Web Algorithms [[JWA]].
6532+
RSA private key identified by interpreting |jwk|
6533+
according to Section 6.3.2 of JSON Web Algorithms [[JWA]].
65346534
</p>
65356535
</li>
65366536
<li>
65376537
<p>
6538-
If |privateKey| can be determined to not be a valid RSA public key
6538+
If |privateKey| can be determined to not be a valid RSA private key
65396539
according to [[RFC3447]],
65406540
then [= exception/throw =] a
65416541
{{DataError}}.

0 commit comments

Comments
 (0)