Uses of Enum Class
org.keycloak.crypto.KeyUse
Packages that use KeyUse
Package
Description
-
Uses of KeyUse in org.keycloak.crypto
Methods in org.keycloak.crypto that return KeyUseModifier and TypeMethodDescriptionKeyWrapper.getUse()static KeyUseReturns the enum constant of this class with the specified name.static KeyUse[]KeyUse.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.crypto with parameters of type KeyUse -
Uses of KeyUse in org.keycloak.jose.jwk
Fields in org.keycloak.jose.jwk declared as KeyUseMethods in org.keycloak.jose.jwk with parameters of type KeyUseModifier and TypeMethodDescriptionJWKBuilder.ec(Key key, List<X509Certificate> certificates, KeyUse keyUse) JWKBuilder.rsa(Key key, List<X509Certificate> certificates, KeyUse keyUse) -
Uses of KeyUse in org.keycloak.keys
Methods in org.keycloak.keys with parameters of type KeyUseModifier and TypeMethodDescriptionbooleanAbstractGeneratedEcKeyProviderFactory.createFallbackKeys(KeycloakSession session, KeyUse keyUse, String algorithm) booleanAbstractGeneratedRsaKeyProviderFactory.createFallbackKeys(KeycloakSession session, KeyUse keyUse, String algorithm) booleanGeneratedAesKeyProviderFactory.createFallbackKeys(KeycloakSession session, KeyUse keyUse, String algorithm) booleanGeneratedEddsaKeyProviderFactory.createFallbackKeys(KeycloakSession session, KeyUse keyUse, String algorithm) booleanGeneratedHmacKeyProviderFactory.createFallbackKeys(KeycloakSession session, KeyUse keyUse, String algorithm) default booleanKeyProviderFactory.createFallbackKeys(KeycloakSession session, KeyUse keyUse, String algorithm) protected KeyWrapperAbstractEcKeyProvider.createKeyWrapper(KeyPair keyPair, String algorithm, KeyUse keyUse, X509Certificate selfSignedCertificate) protected KeyWrapperAbstractRsaKeyProvider.createKeyWrapper(KeyPair keyPair, X509Certificate certificate, List<X509Certificate> certificateChain, KeyUse keyUse) protected KeyWrapperAbstractRsaKeyProvider.createKeyWrapper(KeyPair keyPair, X509Certificate certificate, KeyUse keyUse) DefaultKeyManager.getActiveKey(RealmModel realm, KeyUse use, String algorithm) DefaultKeyManager.getKey(RealmModel realm, String kid, KeyUse use, String algorithm) DefaultKeyManager.getKeysStream(RealmModel realm, KeyUse use, String algorithm) protected abstract booleanAbstractGeneratedEcKeyProviderFactory.isValidKeyUse(KeyUse keyUse) protected abstract booleanAbstractGeneratedRsaKeyProviderFactory.isValidKeyUse(KeyUse keyUse) protected abstract booleanAbstractImportedRsaKeyProviderFactory.isValidKeyUse(KeyUse keyUse) protected booleanGeneratedEcdhKeyProviderFactory.isValidKeyUse(KeyUse keyUse) protected booleanGeneratedEcdsaKeyProviderFactory.isValidKeyUse(KeyUse keyUse) protected booleanGeneratedRsaEncKeyProviderFactory.isValidKeyUse(KeyUse keyUse) protected booleanGeneratedRsaKeyProviderFactory.isValidKeyUse(KeyUse keyUse) protected booleanImportedRsaEncKeyProviderFactory.isValidKeyUse(KeyUse keyUse) protected booleanImportedRsaKeyProviderFactory.isValidKeyUse(KeyUse keyUse) Constructors in org.keycloak.keys with parameters of type KeyUseModifierConstructorDescriptionAbstractGeneratedSecretKeyProvider(ComponentModel model, KeyUse use, String type, String algorithm) -
Uses of KeyUse in org.keycloak.models
Methods in org.keycloak.models with parameters of type KeyUseModifier and TypeMethodDescriptionKeyManager.getActiveKey(RealmModel realm, KeyUse use, String algorithm) KeyManager.getKey(RealmModel realm, String kid, KeyUse use, String algorithm) default KeyWrapperKeyManager.getKeyIncludingDisabled(RealmModel realm, String kid, KeyUse use, String algorithm) Returns the key for the given kid regardless of the key status, so unlikeKeyManager.getKey(RealmModel, String, KeyUse, String)it also returns disabled keys.KeyManager.getKeysStream(RealmModel realm, KeyUse use, String algorithm) Returns allKeyWrapperfor the given realm that match given criteria. -
Uses of KeyUse in org.keycloak.protocol.saml
Methods in org.keycloak.protocol.saml with parameters of type KeyUseModifier and TypeMethodDescriptionstatic KeyLocatorSamlProtocolUtils.createKeyLocatorForClient(KeycloakSession session, ClientModel client, KeyUse use) static KeyLocatorSamlProtocolUtils.createKeyLocatorForClient(KeycloakSession session, SamlClient samlClient, KeyUse use) Constructors in org.keycloak.protocol.saml with parameters of type KeyUseModifierConstructorDescriptionSamlMetadataKeyLocator(String modelKey, PublicKeyLoader loader, KeyUse use, PublicKeyStorageProvider keyStorage) -
Uses of KeyUse in org.keycloak.representations.idm
Methods in org.keycloak.representations.idm that return KeyUseMethods in org.keycloak.representations.idm with parameters of type KeyUse