Uses of Interface
com.sun.identity.saml2.assertion.EncryptedAttribute
-
Packages that use EncryptedAttribute Package Description com.sun.identity.saml2.assertion Defines SAMLv2 assertion. -
-
Uses of EncryptedAttribute in com.sun.identity.saml2.assertion
Methods in com.sun.identity.saml2.assertion that return EncryptedAttribute Modifier and Type Method Description EncryptedAttribute
AssertionFactory. createEncryptedAttribute(String xml)
Returns a new instance ofEncryptedAttribute
.EncryptedAttribute
AssertionFactory. createEncryptedAttribute(Element elem)
Returns a new instance ofEncryptedAttribute
.EncryptedAttribute
Attribute. encrypt(com.sun.identity.saml2.key.EncryptionConfig encryptionConfig, String recipientEntityID)
Returns anEncryptedAttribute
object.Methods in com.sun.identity.saml2.assertion that return types with arguments of type EncryptedAttribute Modifier and Type Method Description List<EncryptedAttribute>
AttributeStatement. getEncryptedAttribute()
ReturnsEncryptedAttribute
(s) of the statement.Method parameters in com.sun.identity.saml2.assertion with type arguments of type EncryptedAttribute Modifier and Type Method Description void
AttributeStatement. setEncryptedAttribute(List<EncryptedAttribute> value)
SetsEncryptedAttribute
(s) of the statement.
-