Package | Description |
---|---|
org.keycloak.crypto | |
org.keycloak.models |
Modifier and Type | Method and Description |
---|---|
KeyUse |
KeyWrapper.getUse() |
static KeyUse |
KeyUse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyUse[] |
KeyUse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyWrapper.setUse(KeyUse use) |
Modifier and Type | Method and Description |
---|---|
KeyWrapper |
KeyManager.getActiveKey(RealmModel realm,
KeyUse use,
String algorithm) |
KeyWrapper |
KeyManager.getKey(RealmModel realm,
String kid,
KeyUse use,
String algorithm) |
List<KeyWrapper> |
KeyManager.getKeys(RealmModel realm,
KeyUse use,
String algorithm) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.