Package | Description |
---|---|
org.keycloak.crypto | |
org.keycloak.jose.jwk | |
org.keycloak.representations.idm |
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) |
JWK |
JWKBuilder.rsa(Key key,
List<X509Certificate> certificates,
KeyUse keyUse) |
Modifier and Type | Method and Description |
---|---|
KeyUse |
KeysMetadataRepresentation.KeyMetadataRepresentation.getUse() |
Modifier and Type | Method and Description |
---|---|
void |
KeysMetadataRepresentation.KeyMetadataRepresentation.setUse(KeyUse use) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.