File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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}}.
You can’t perform that action at this time.
0 commit comments