Uses of Interface
com.sun.identity.saml2.assertion.EncryptedAssertion
Packages that use EncryptedAssertion
Package
Description
Defines SAMLv2 assertion.
SAMLv2 Protocol Classes.
-
Uses of EncryptedAssertion in com.sun.identity.saml2.assertion
Methods in com.sun.identity.saml2.assertion that return EncryptedAssertionModifier and TypeMethodDescriptionAssertionFactory.createEncryptedAssertion
(String xml) Returns a new instance ofEncryptedAssertion
.AssertionFactory.createEncryptedAssertion
(Element elem) Returns a new instance ofEncryptedAssertion
.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 EncryptedAssertionModifier and TypeMethodDescriptionEvidence.getEncryptedAssertion()
Returns theEncryptedAssertion
(s) in the element.Advice.getEncryptedAssertions()
Returns a list ofEncryptedAssertion
Method parameters in com.sun.identity.saml2.assertion with type arguments of type EncryptedAssertionModifier and TypeMethodDescriptionvoid
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 EncryptedAssertionModifier and TypeMethodDescriptionResponse.getEncryptedAssertion()
ReturnsEncryptedAssertion
(s) of the response.Method parameters in com.sun.identity.saml2.protocol with type arguments of type EncryptedAssertionModifier and TypeMethodDescriptionvoid
Response.setEncryptedAssertion
(List<EncryptedAssertion> value) SetsEncryptedAssertion
(s) of the response.