Uses of Interface
org.keycloak.saml.processing.core.util.XMLEncryptionUtil.DecryptionKeyLocator
Package
Description
-
Uses of XMLEncryptionUtil.DecryptionKeyLocator in org.keycloak.protocol.saml
Modifier and TypeClassDescriptionclass
This implementation locates the decryption keys within realm keys. -
Uses of XMLEncryptionUtil.DecryptionKeyLocator in org.keycloak.saml.processing.core.saml.v2.util
Modifier and TypeMethodDescriptionstatic Element
AssertionUtil.decryptAssertion
(ResponseType responseType, XMLEncryptionUtil.DecryptionKeyLocator decryptionKeyLocator) This method modifies the given responseType, and replaces the encrypted assertion with a decrypted version.static void
AssertionUtil.decryptId
(ResponseType responseType, XMLEncryptionUtil.DecryptionKeyLocator decryptionKeyLocator) This method modifies the given responseType, and replaces the encrypted id with a decrypted version. -
Uses of XMLEncryptionUtil.DecryptionKeyLocator in org.keycloak.saml.processing.core.util
Modifier and TypeMethodDescriptionstatic Element
XMLEncryptionUtil.decryptElementInDocument
(Document documentWithEncryptedElement, XMLEncryptionUtil.DecryptionKeyLocator decryptionKeyLocator) Decrypts an encrypted element inside a document.