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 KeyUseKeyWrapper. getUse()static KeyUseKeyUse. 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 voidKeyWrapper. 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 JWKJWKBuilder. rsa(Key key, List<X509Certificate> certificates, KeyUse keyUse)JWKJWKBuilder. 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 KeyUseKeysMetadataRepresentation.KeyMetadataRepresentation. getUse()Methods in org.keycloak.representations.idm with parameters of type KeyUse Modifier and Type Method Description voidKeysMetadataRepresentation.KeyMetadataRepresentation. setUse(KeyUse use)
-