Uses of Enum Class
org.keycloak.crypto.KeyUse
Package
Description
-
Uses of KeyUse in org.keycloak.crypto
-
Uses of KeyUse in org.keycloak.jose.jwk
-
Uses of KeyUse in org.keycloak.keys
Modifier and TypeMethodDescriptionboolean
AbstractGeneratedEcKeyProviderFactory.createFallbackKeys
(KeycloakSession session, KeyUse keyUse, String algorithm) boolean
AbstractGeneratedRsaKeyProviderFactory.createFallbackKeys
(KeycloakSession session, KeyUse keyUse, String algorithm) boolean
GeneratedAesKeyProviderFactory.createFallbackKeys
(KeycloakSession session, KeyUse keyUse, String algorithm) boolean
GeneratedEddsaKeyProviderFactory.createFallbackKeys
(KeycloakSession session, KeyUse keyUse, String algorithm) boolean
GeneratedHmacKeyProviderFactory.createFallbackKeys
(KeycloakSession session, KeyUse keyUse, String algorithm) default boolean
KeyProviderFactory.createFallbackKeys
(KeycloakSession session, KeyUse keyUse, String algorithm) protected KeyWrapper
AbstractEcKeyProvider.createKeyWrapper
(KeyPair keyPair, String algorithm, KeyUse keyUse) protected KeyWrapper
AbstractRsaKeyProvider.createKeyWrapper
(KeyPair keyPair, X509Certificate certificate, List<X509Certificate> certificateChain, KeyUse keyUse) protected KeyWrapper
AbstractRsaKeyProvider.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 boolean
AbstractGeneratedEcKeyProviderFactory.isValidKeyUse
(KeyUse keyUse) protected abstract boolean
AbstractGeneratedRsaKeyProviderFactory.isValidKeyUse
(KeyUse keyUse) protected abstract boolean
AbstractImportedRsaKeyProviderFactory.isValidKeyUse
(KeyUse keyUse) protected boolean
GeneratedEcdhKeyProviderFactory.isValidKeyUse
(KeyUse keyUse) protected boolean
GeneratedEcdsaKeyProviderFactory.isValidKeyUse
(KeyUse keyUse) protected boolean
GeneratedRsaEncKeyProviderFactory.isValidKeyUse
(KeyUse keyUse) protected boolean
GeneratedRsaKeyProviderFactory.isValidKeyUse
(KeyUse keyUse) protected boolean
ImportedRsaEncKeyProviderFactory.isValidKeyUse
(KeyUse keyUse) protected boolean
ImportedRsaKeyProviderFactory.isValidKeyUse
(KeyUse keyUse) ModifierConstructorDescriptionAbstractGeneratedSecretKeyProvider
(ComponentModel model, KeyUse use, String type, String algorithm) -
Uses of KeyUse in org.keycloak.models
Modifier and TypeMethodDescriptionKeyManager.getActiveKey
(RealmModel realm, KeyUse use, String algorithm) KeyManager.getKey
(RealmModel realm, String kid, KeyUse use, String algorithm) KeyManager.getKeysStream
(RealmModel realm, KeyUse use, String algorithm) Returns allKeyWrapper
for the given realm that match given criteria. -
Uses of KeyUse in org.keycloak.protocol.saml
ModifierConstructorDescriptionSamlMetadataKeyLocator
(String modelKey, PublicKeyLoader loader, KeyUse use, PublicKeyStorageProvider keyStorage) -
Uses of KeyUse in org.keycloak.representations.idm