Uses of Class
org.keycloak.jose.jwk.JWK
-
Uses of JWK in org.keycloak.jose.jwk
Modifier and TypeMethodDescriptionJWKParser.getJwk()
JWK[]
JSONWebKeySet.getKeys()
JWKBuilder.rsa
(Key key, X509Certificate certificate) JWKBuilder.rsa
(Key key, List<X509Certificate> certificates) JWKBuilder.rsa
(Key key, List<X509Certificate> certificates, KeyUse keyUse) -
Uses of JWK in org.keycloak.jose.jws
-
Uses of JWK in org.keycloak.util
Modifier and TypeMethodDescriptionstatic JWK
JWKSUtils.getKeyForUse
(JSONWebKeySet keySet, JWK.Use requestedUse) Modifier and TypeMethodDescriptionstatic String
JWKSUtils.computeThumbprint
(JWK key) static String
JWKSUtils.computeThumbprint
(JWK key, String hashAlg) static KeyWrapper
JWKSUtils.getKeyWrapper
(JWK jwk)