Package | Description |
---|---|
org.keycloak.jose.jwk | |
org.keycloak.util |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.