summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2020-11-29 11:43:02 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2021-06-19 15:44:24 +0200
commitb421139970323462df02c52bccfc960558d4c10f (patch)
tree07d777c909397dafb0937c4b774545b2354b4ceb /doc
parent0dd0ab17ebf6d8cef93f007582156548aca4c5dd (diff)
Provide a higher-level API for JWKs and JWKSs
Diffstat (limited to 'doc')
-rw-r--r--doc/webid-oidc.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/webid-oidc.texi b/doc/webid-oidc.texi
index c7bfa5b..46ca253 100644
--- a/doc/webid-oidc.texi
+++ b/doc/webid-oidc.texi
@@ -151,6 +151,18 @@ The identifier @var{crv} does not identify an elliptic curve.
@var{value} does not identify a JWK.
@end deftp
+@deftp {exception type} &not-a-public-jwk @var{value} @var{cause}
+@var{value} does not identify a public JWK.
+@end deftp
+
+@deftp {exception type} &not-a-private-jwk @var{value} @var{cause}
+@var{value} does not identify a private JWK.
+@end deftp
+
+@deftp {exception type} &not-a-jwks @var{value} @var{cause}
+@var{value} does not identify a set of public keys.
+@end deftp
+
@deftp {exception type} &unsupported-alg @var{value}
@var{value} does not identify a valid hash algorithm.
@end deftp