Uses of Enum Class
org.keycloak.jose.jwe.JWEKeyStorage.KeyUse
Packages that use JWEKeyStorage.KeyUse
-
Uses of JWEKeyStorage.KeyUse in org.keycloak.jose.jwe
Methods in org.keycloak.jose.jwe that return JWEKeyStorage.KeyUseModifier 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.Methods in org.keycloak.jose.jwe with parameters of type JWEKeyStorage.KeyUseModifier and TypeMethodDescriptionJWEKeyStorage.getCEKKey
(JWEKeyStorage.KeyUse keyUse, boolean generateIfNotPresent) JWEKeyStorage.setCEKKey
(Key key, JWEKeyStorage.KeyUse keyUse)