Uses of Class
org.keycloak.crypto.KeyUse
-
Packages that use KeyUse Package Description org.keycloak.crypto org.keycloak.jose.jwk org.keycloak.representations.idm -
-
Uses of KeyUse in org.keycloak.crypto
Methods in org.keycloak.crypto that return KeyUse Modifier and Type Method 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.Methods in org.keycloak.crypto with parameters of type KeyUse Modifier and Type Method Description void
KeyWrapper. setUse(KeyUse use)
-
Uses of KeyUse in org.keycloak.jose.jwk
Methods in org.keycloak.jose.jwk with parameters of type KeyUse Modifier and Type Method Description JWK
JWKBuilder. rsa(Key key, List<X509Certificate> certificates, KeyUse keyUse)
JWK
JWKBuilder. rsa(Key key, KeyUse keyUse)
-
Uses of KeyUse in org.keycloak.representations.idm
Methods in org.keycloak.representations.idm that return KeyUse Modifier and Type Method Description KeyUse
KeysMetadataRepresentation.KeyMetadataRepresentation. getUse()
Methods in org.keycloak.representations.idm with parameters of type KeyUse Modifier and Type Method Description void
KeysMetadataRepresentation.KeyMetadataRepresentation. setUse(KeyUse use)
-