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