Uses of Interface
org.keycloak.saml.processing.core.util.XMLEncryptionUtil.DecryptionKeyLocator
-
Packages that use XMLEncryptionUtil.DecryptionKeyLocator Package Description org.keycloak.saml.processing.core.saml.v2.util org.keycloak.saml.processing.core.util -
-
Uses of XMLEncryptionUtil.DecryptionKeyLocator in org.keycloak.saml.processing.core.saml.v2.util
Methods in org.keycloak.saml.processing.core.saml.v2.util with parameters of type XMLEncryptionUtil.DecryptionKeyLocator Modifier and Type Method Description static ElementAssertionUtil. decryptAssertion(ResponseType responseType, XMLEncryptionUtil.DecryptionKeyLocator decryptionKeyLocator)This method modifies the given responseType, and replaces the encrypted assertion with a decrypted version.static voidAssertionUtil. 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
Methods in org.keycloak.saml.processing.core.util with parameters of type XMLEncryptionUtil.DecryptionKeyLocator Modifier and Type Method Description static ElementXMLEncryptionUtil. decryptElementInDocument(Document documentWithEncryptedElement, XMLEncryptionUtil.DecryptionKeyLocator decryptionKeyLocator)Decrypts an encrypted element inside a document.
-