From 9cd8b2e7ef0d380c3cf9b3d4c47d534aa9574db2 Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Mon, 21 Oct 2024 18:59:22 +0200 Subject: [PATCH] Make JWK format validation language more specific --- spec/Overview.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/spec/Overview.html b/spec/Overview.html index 104f816..8e3c5de 100644 --- a/spec/Overview.html +++ b/spec/Overview.html @@ -10535,7 +10535,8 @@

Operations

  1. - If |jwk| does not meet the requirements of Section 2 + If |jwk| does not meet the requirements of + the JWK private key format described in Section 2 of [[RFC8037]], then [= exception/throw =] a {{DataError}}.

  2. @@ -10559,7 +10560,8 @@

    Operations

    1. - If |jwk| does not meet the requirements of Section 2 + If |jwk| does not meet the requirements of + the JWK public key format described in Section 2 of [[RFC8037]], then [= exception/throw =] a {{DataError}}.

    2. @@ -11389,7 +11391,8 @@

      Operations

      1. - If |jwk| does not meet the requirements of Section 2 + If |jwk| does not meet the requirements of + the JWK private key format described in Section 2 of [[RFC8037]], then [= exception/throw =] a {{DataError}}.

      2. @@ -11413,7 +11416,8 @@

        Operations

        1. - If |jwk| does not meet the requirements of Section 2 + If |jwk| does not meet the requirements of + the JWK public key format described in Section 2 of [[RFC8037]], then [= exception/throw =] a {{DataError}}.