Uses of Class
org.keycloak.dom.saml.v2.assertion.EncryptedAssertionType
Packages that use EncryptedAssertionType
Package
Description
Package for the model classes for the SAML2 Assertion
Package containing the classes for the protocol of SAMLv2
-
Uses of EncryptedAssertionType in org.keycloak.dom.saml.v2.assertion
Methods in org.keycloak.dom.saml.v2.assertion that return EncryptedAssertionTypeConstructors in org.keycloak.dom.saml.v2.assertion with parameters of type EncryptedAssertionType -
Uses of EncryptedAssertionType in org.keycloak.dom.saml.v2.protocol
Methods in org.keycloak.dom.saml.v2.protocol that return EncryptedAssertionTypeConstructors in org.keycloak.dom.saml.v2.protocol with parameters of type EncryptedAssertionType -
Uses of EncryptedAssertionType in org.keycloak.saml.processing.api.saml.v2.response
Methods in org.keycloak.saml.processing.api.saml.v2.response that return EncryptedAssertionTypeModifier and TypeMethodDescriptionSAML2Response.getEncryptedAssertion
(InputStream is) Get an encrypted assertion from the stream -
Uses of EncryptedAssertionType in org.keycloak.saml.processing.core.parsers.saml.assertion
Methods in org.keycloak.saml.processing.core.parsers.saml.assertion that return EncryptedAssertionTypeModifier and TypeMethodDescriptionSAMLEncryptedAssertionParser.parse
(XMLEventReader xmlEventReader)