Package | Description |
---|---|
org.keycloak.crypto | |
org.keycloak.jose.jwk |
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 |
---|---|
JWK |
JWKBuilder.rsa(Key key,
KeyUse keyUse) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.