Uses of Enum Class
org.keycloak.jose.jwe.JWEKeyStorage.KeyUse
-
Uses of JWEKeyStorage.KeyUse in org.keycloak.jose.jwe
Modifier and TypeMethodDescriptionstatic JWEKeyStorage.KeyUse
Returns the enum constant of this class with the specified name.static JWEKeyStorage.KeyUse[]
JWEKeyStorage.KeyUse.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionJWEKeyStorage.getCEKKey
(JWEKeyStorage.KeyUse keyUse, boolean generateIfNotPresent) JWEKeyStorage.setCEKKey
(Key key, JWEKeyStorage.KeyUse keyUse)