Uses of Class
org.keycloak.jose.jwk.JWK.Use
-
Packages that use JWK.Use Package Description org.keycloak.jose.jwk org.keycloak.util -
-
Uses of JWK.Use in org.keycloak.jose.jwk
Methods in org.keycloak.jose.jwk that return JWK.Use Modifier and Type Method Description static JWK.Use
JWK.Use. valueOf(String name)
Returns the enum constant of this type with the specified name.static JWK.Use[]
JWK.Use. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JWK.Use in org.keycloak.util
Methods in org.keycloak.util with parameters of type JWK.Use Modifier and Type Method Description static JWK
JWKSUtils. getKeyForUse(JSONWebKeySet keySet, JWK.Use requestedUse)
static Map<String,PublicKey>
JWKSUtils. getKeysForUse(JSONWebKeySet keySet, JWK.Use requestedUse)
static Map<String,KeyWrapper>
JWKSUtils. getKeyWrappersForUse(JSONWebKeySet keySet, JWK.Use requestedUse)
-