Uses of Interface
com.sun.identity.saml2.assertion.EncryptedAssertion
-
Packages that use EncryptedAssertion Package Description com.sun.identity.saml2.assertion Defines SAMLv2 assertion.com.sun.identity.saml2.protocol SAMLv2 Protocol Classes. -
-
Uses of EncryptedAssertion in com.sun.identity.saml2.assertion
Methods in com.sun.identity.saml2.assertion that return EncryptedAssertion Modifier and Type Method Description EncryptedAssertion
AssertionFactory. createEncryptedAssertion(String xml)
Returns a new instance ofEncryptedAssertion
.EncryptedAssertion
AssertionFactory. createEncryptedAssertion(Element elem)
Returns a new instance ofEncryptedAssertion
.EncryptedAssertion
Assertion. encrypt(com.sun.identity.saml2.key.EncryptionConfig encryptionConfig, String recipientEntityID)
Returns anEncryptedAssertion
object.Methods in com.sun.identity.saml2.assertion that return types with arguments of type EncryptedAssertion Modifier and Type Method Description List<EncryptedAssertion>
Evidence. getEncryptedAssertion()
Returns theEncryptedAssertion
(s) in the element.List<EncryptedAssertion>
Advice. getEncryptedAssertions()
Returns a list ofEncryptedAssertion
Method parameters in com.sun.identity.saml2.assertion with type arguments of type EncryptedAssertion Modifier and Type Method Description void
Evidence. setEncryptedAssertion(List<EncryptedAssertion> value)
Sets theEncryptedAssertion
(s) in the element.void
Advice. setEncryptedAssertions(List<EncryptedAssertion> encryptedAssertions)
Sets a list ofEncryptedAssertion
-
Uses of EncryptedAssertion in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return types with arguments of type EncryptedAssertion Modifier and Type Method Description List<EncryptedAssertion>
Response. getEncryptedAssertion()
ReturnsEncryptedAssertion
(s) of the response.Method parameters in com.sun.identity.saml2.protocol with type arguments of type EncryptedAssertion Modifier and Type Method Description void
Response. setEncryptedAssertion(List<EncryptedAssertion> value)
SetsEncryptedAssertion
(s) of the response.
-