Uses of Interface
com.sun.identity.saml2.assertion.EncryptedAttribute
-
Uses of EncryptedAttribute in com.sun.identity.saml2.assertion
Modifier and TypeMethodDescriptionAssertionFactory.createEncryptedAttribute
(String xml) Returns a new instance ofEncryptedAttribute
.AssertionFactory.createEncryptedAttribute
(Element elem) Returns a new instance ofEncryptedAttribute
.Attribute.encrypt
(com.sun.identity.saml2.key.EncryptionConfig encryptionConfig, String recipientEntityID) Returns anEncryptedAttribute
object.Modifier and TypeMethodDescriptionAttributeStatement.getEncryptedAttribute()
ReturnsEncryptedAttribute
(s) of the statement.Modifier and TypeMethodDescriptionvoid
AttributeStatement.setEncryptedAttribute
(List<EncryptedAttribute> value) SetsEncryptedAttribute
(s) of the statement.