Uses of Class
org.keycloak.crypto.KeyWrapper
- 
Packages that use KeyWrapper Package Description org.keycloak.crypto org.keycloak.keys org.keycloak.keys.infinispan org.keycloak.keys.loader org.keycloak.models org.keycloak.models.map.keys org.keycloak.protocol.saml 
- 
- 
Uses of KeyWrapper in org.keycloak.cryptoMethods in org.keycloak.crypto that return KeyWrapper Modifier and Type Method Description KeyWrapperKeyWrapper. cloneKey()KeyWrapperPublicKeysWrapper. getKeyByKidAndAlg(String kid, String alg)Methods in org.keycloak.crypto that return types with arguments of type KeyWrapper Modifier and Type Method Description List<KeyWrapper>PublicKeysWrapper. getKeys()Methods in org.keycloak.crypto with parameters of type KeyWrapper Modifier and Type Method Description static voidSignatureProvider. checkKeyForSignature(KeyWrapper key, String algorithm, String type)static voidSignatureProvider. checkKeyForVerification(KeyWrapper key, String algorithm, String type)SignatureSignerContextAsymmetricSignatureProvider. signer(KeyWrapper key)SignatureSignerContextECDSASignatureProvider. signer(KeyWrapper key)SignatureSignerContextMacSecretSignatureProvider. signer(KeyWrapper key)SignatureSignerContextSignatureProvider. signer(KeyWrapper key)SignatureVerifierContextAsymmetricSignatureProvider. verifier(KeyWrapper key)SignatureVerifierContextECDSASignatureProvider. verifier(KeyWrapper key)SignatureVerifierContextMacSecretSignatureProvider. verifier(KeyWrapper key)SignatureVerifierContextSignatureProvider. verifier(KeyWrapper key)Constructors in org.keycloak.crypto with parameters of type KeyWrapper Constructor Description AsymmetricSignatureSignerContext(KeyWrapper key)AsymmetricSignatureVerifierContext(KeyWrapper key)MacSignatureSignerContext(KeyWrapper key)MacSignatureVerifierContext(KeyWrapper key)ServerAsymmetricSignatureSignerContext(KeyWrapper key)ServerAsymmetricSignatureVerifierContext(KeyWrapper key)ServerECDSASignatureSignerContext(KeyWrapper key)ServerECDSASignatureVerifierContext(KeyWrapper key)ServerMacSignatureSignerContext(KeyWrapper key)ServerMacSignatureVerifierContext(KeyWrapper key)Constructor parameters in org.keycloak.crypto with type arguments of type KeyWrapper Constructor Description PublicKeysWrapper(List<KeyWrapper> keys)
- 
Uses of KeyWrapper in org.keycloak.keysMethods in org.keycloak.keys that return KeyWrapper Modifier and Type Method Description protected KeyWrapperAbstractEcdsaKeyProvider. createKeyWrapper(KeyPair keyPair, String ecInNistRep)protected KeyWrapperAbstractRsaKeyProvider. createKeyWrapper(KeyPair keyPair, X509Certificate certificate, List<X509Certificate> certificateChain, KeyUse keyUse)protected KeyWrapperAbstractRsaKeyProvider. createKeyWrapper(KeyPair keyPair, X509Certificate certificate, KeyUse keyUse)KeyWrapperDefaultKeyManager. getActiveKey(RealmModel realm, KeyUse use, String algorithm)KeyWrapperPublicKeyStorageProvider. getFirstPublicKey(String modelKey, String algorithm, PublicKeyLoader loader)Get first found public key to verify messages signed by particular client having several public keys.KeyWrapperDefaultKeyManager. getKey(RealmModel realm, String kid, KeyUse use, String algorithm)KeyWrapperPublicKeyStorageProvider. getPublicKey(String modelKey, String kid, String algorithm, PublicKeyLoader loader)Get public key to verify messages signed by particular client.protected abstract KeyWrapperAbstractEcdsaKeyProvider. loadKey(RealmModel realm, ComponentModel model)protected abstract KeyWrapperAbstractRsaKeyProvider. loadKey(RealmModel realm, ComponentModel model)protected KeyWrapperGeneratedEcdsaKeyProvider. loadKey(RealmModel realm, ComponentModel model)KeyWrapperImportedRsaKeyProvider. loadKey(RealmModel realm, ComponentModel model)protected KeyWrapperJavaKeystoreKeyProvider. loadKey(RealmModel realm, ComponentModel model)Methods in org.keycloak.keys that return types with arguments of type KeyWrapper Modifier and Type Method Description Stream<KeyWrapper>AbstractEcdsaKeyProvider. getKeysStream()Stream<KeyWrapper>AbstractGeneratedSecretKeyProvider. getKeysStream()Stream<KeyWrapper>AbstractRsaKeyProvider. getKeysStream()Stream<KeyWrapper>DefaultKeyManager. getKeysStream(RealmModel realm)Stream<KeyWrapper>DefaultKeyManager. getKeysStream(RealmModel realm, KeyUse use, String algorithm)Stream<KeyWrapper>KeyProvider. getKeysStream()Returns theKeyWrapperfor aKeyProvider.
- 
Uses of KeyWrapper in org.keycloak.keys.infinispanMethods in org.keycloak.keys.infinispan that return KeyWrapper Modifier and Type Method Description KeyWrapperInfinispanPublicKeyStorageProvider. getFirstPublicKey(String modelKey, String algorithm, PublicKeyLoader loader)KeyWrapperInfinispanPublicKeyStorageProvider. getPublicKey(String modelKey, String kid, String algorithm, PublicKeyLoader loader)
- 
Uses of KeyWrapper in org.keycloak.keys.loaderMethods in org.keycloak.keys.loader that return KeyWrapper Modifier and Type Method Description static KeyWrapperPublicKeyStorageManager. getClientPublicKeyWrapper(KeycloakSession session, ClientModel client, JWK.Use keyUse, String algAlgorithm)static KeyWrapperPublicKeyStorageManager. getClientPublicKeyWrapper(KeycloakSession session, ClientModel client, JWSInput input)static KeyWrapperPublicKeyStorageManager. getIdentityProviderKeyWrapper(KeycloakSession session, RealmModel realm, OIDCIdentityProviderConfig idpConfig, JWSInput input)protected KeyWrapperHardcodedPublicKeyLoader. getSavedPublicKey()protected KeyWrapperOIDCIdentityProviderPublicKeyLoader. getSavedPublicKey()
- 
Uses of KeyWrapper in org.keycloak.modelsMethods in org.keycloak.models that return KeyWrapper Modifier and Type Method Description KeyWrapperKeyManager. getActiveKey(RealmModel realm, KeyUse use, String algorithm)KeyWrapperKeyManager. getKey(RealmModel realm, String kid, KeyUse use, String algorithm)Methods in org.keycloak.models that return types with arguments of type KeyWrapper Modifier and Type Method Description Stream<KeyWrapper>KeyManager. getKeysStream(RealmModel realm)Returns allKeyWrapperfor the given realm.Stream<KeyWrapper>KeyManager. getKeysStream(RealmModel realm, KeyUse use, String algorithm)Returns allKeyWrapperfor the given realm that match given criteria.Constructors in org.keycloak.models with parameters of type KeyWrapper Constructor Description ActiveRsaKey(KeyWrapper keyWrapper)
- 
Uses of KeyWrapper in org.keycloak.models.map.keysMethods in org.keycloak.models.map.keys that return KeyWrapper Modifier and Type Method Description KeyWrapperMapPublicKeyStorageProvider. getFirstPublicKey(String modelKey, String algorithm, PublicKeyLoader loader)KeyWrapperMapPublicKeyStorageProvider. getPublicKey(String modelKey, String kid, String algorithm, PublicKeyLoader loader)
- 
Uses of KeyWrapper in org.keycloak.protocol.samlMethods in org.keycloak.protocol.saml with parameters of type KeyWrapper Modifier and Type Method Description static intSamlService. compareKeys(KeyWrapper o1, KeyWrapper o2)
 
-