Uses of Interface
com.sun.identity.saml2.assertion.EncryptedAttribute
Packages that use EncryptedAttribute
-
Uses of EncryptedAttribute in com.sun.identity.saml2.assertion
Methods in com.sun.identity.saml2.assertion that return EncryptedAttributeModifier 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 anEncryptedAttributeobject.Methods in com.sun.identity.saml2.assertion that return types with arguments of type EncryptedAttributeModifier and TypeMethodDescriptionAttributeStatement.getEncryptedAttribute()ReturnsEncryptedAttribute(s) of the statement.Method parameters in com.sun.identity.saml2.assertion with type arguments of type EncryptedAttributeModifier and TypeMethodDescriptionvoidAttributeStatement.setEncryptedAttribute(List<EncryptedAttribute> value) SetsEncryptedAttribute(s) of the statement.