Package | Description |
---|---|
org.keycloak.jose.jwe |
Modifier and Type | Method and Description |
---|---|
static JWEKeyStorage.KeyUse |
JWEKeyStorage.KeyUse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JWEKeyStorage.KeyUse[] |
JWEKeyStorage.KeyUse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Key |
JWEKeyStorage.getCEKKey(JWEKeyStorage.KeyUse keyUse,
boolean generateIfNotPresent) |
JWEKeyStorage |
JWEKeyStorage.setCEKKey(Key key,
JWEKeyStorage.KeyUse keyUse) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.