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 EncryptedAttributeAssertionFactory. createEncryptedAttribute(String xml)Returns a new instance ofEncryptedAttribute.EncryptedAttributeAssertionFactory. createEncryptedAttribute(Element elem)Returns a new instance ofEncryptedAttribute.EncryptedAttributeAttribute. 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 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 voidAttributeStatement. setEncryptedAttribute(List<EncryptedAttribute> value)SetsEncryptedAttribute(s) of the statement.
-