Uses of Interface
org.projecthusky.xua.saml2.EncryptedAssertion
Packages that use EncryptedAssertion
Package
Description
-
Uses of EncryptedAssertion in org.projecthusky.xua.saml2
Methods in org.projecthusky.xua.saml2 that return types with arguments of type EncryptedAssertionModifier and TypeMethodDescriptionResponse.getEncryptedAssertions()
Method to get theEncryptedAssertion
s. Methode um dieEncryptedAssertion
s zu erhalten. -
Uses of EncryptedAssertion in org.projecthusky.xua.saml2.impl
Classes in org.projecthusky.xua.saml2.impl that implement EncryptedAssertionModifier and TypeClassDescriptionclass
Implementation class of EncryptedAssertion Implementations Klasse von EncryptedAssertionMethods in org.projecthusky.xua.saml2.impl that return EncryptedAssertionModifier and TypeMethodDescriptionEncryptedAssertionBuilderImpl.create()
Creates a concrete instance of T with setted params. Erstellt die konkrete Instanz von T mit den gesetzten Parametern.EncryptedAssertionBuilderImpl.create
(org.opensaml.saml.saml2.core.EncryptedAssertion aInternalObject) Method to create an instance of type T. Methode um eine Instanc des Typs T zu erstellen.Methods in org.projecthusky.xua.saml2.impl that return types with arguments of type EncryptedAssertionModifier and TypeMethodDescriptionResponseImpl.getEncryptedAssertions()
Method to get theEncryptedAssertion
s. Methode um dieEncryptedAssertion
s zu erhalten. -
Uses of EncryptedAssertion in org.projecthusky.xua.serialization.impl
Methods in org.projecthusky.xua.serialization.impl with parameters of type EncryptedAssertionModifier and TypeMethodDescriptionbyte[]
EncryptedAssertionSerializerImpl.toXmlByteArray
(EncryptedAssertion aSecurityObject) EncryptedAssertionSerializerImpl.toXmlElement
(EncryptedAssertion aSecurityObject) EncryptedAssertionSerializerImpl.toXmlString
(EncryptedAssertion aSecurityObject)