Uses of Class
org.keycloak.jose.jwk.JSONWebKeySet
Package
Description
-
Uses of JSONWebKeySet in org.keycloak.protocol.oid4vc.model
-
Uses of JSONWebKeySet in org.keycloak.protocol.oidc.utils
Modifier and TypeMethodDescriptionstatic JSONWebKeySet
JWKSServerUtils.getRealmJwks
(KeycloakSession session, RealmModel realm) static JSONWebKeySet
JWKSHttpUtils.sendJwksRequest
(KeycloakSession session, String jwksURI) -
Uses of JSONWebKeySet in org.keycloak.representations.oidc
-
Uses of JSONWebKeySet in org.keycloak.util
Modifier and TypeMethodDescriptionstatic JWK
JWKSUtils.getKeyForUse
(JSONWebKeySet keySet, JWK.Use requestedUse) JWKSUtils.getKeysForUse
(JSONWebKeySet keySet, JWK.Use requestedUse) Deprecated.static PublicKeysWrapper
JWKSUtils.getKeyWrappersForUse
(JSONWebKeySet keySet, JWK.Use requestedUse) static PublicKeysWrapper
JWKSUtils.getKeyWrappersForUse
(JSONWebKeySet keySet, JWK.Use requestedUse, boolean useRequestedUseWhenNull)
JWKSUtils.getKeyWrappersForUse(JSONWebKeySet, JWK.Use)