From 37f3dd8b3ab8bba9b550a2244ed22b36a7f426c6 Mon Sep 17 00:00:00 2001 From: devgianlu Date: Mon, 30 Dec 2024 15:02:52 +0100 Subject: [PATCH] Fix RSA-OAEP and RSA-PSS typos for JWK (#391) --- spec/Overview.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/spec/Overview.html b/spec/Overview.html index 7ae6339..5521ec5 100644 --- a/spec/Overview.html +++ b/spec/Overview.html @@ -5502,14 +5502,14 @@

Operations

  • 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]].

  • - 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}}. @@ -6529,13 +6529,13 @@

    Operations

  • 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]].

  • - 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}}.