|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EncryptedAttribute | |
|---|---|
| org.opensaml.saml2.core | Interfaces for SAML 2.0 core specification types and elements. |
| org.opensaml.saml2.core.impl | Implementations of SAML 2.0 core specification types and elements. |
| org.opensaml.saml2.encryption | Classes for encrypting and decrypting SAML. |
| Uses of EncryptedAttribute in org.opensaml.saml2.core |
|---|
| Methods in org.opensaml.saml2.core that return types with arguments of type EncryptedAttribute | |
|---|---|
java.util.List<EncryptedAttribute> |
AttributeStatement.getEncryptedAttributes()
Gets the encrypted attribtues expressed in this statement. |
| Uses of EncryptedAttribute in org.opensaml.saml2.core.impl |
|---|
| Classes in org.opensaml.saml2.core.impl that implement EncryptedAttribute | |
|---|---|
class |
EncryptedAttributeImpl
A concrete implementation of EncryptedAttribute. |
| Methods in org.opensaml.saml2.core.impl that return EncryptedAttribute | |
|---|---|
EncryptedAttribute |
EncryptedAttributeBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
EncryptedAttribute |
EncryptedAttributeBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
|
| Methods in org.opensaml.saml2.core.impl that return types with arguments of type EncryptedAttribute | |
|---|---|
java.util.List<EncryptedAttribute> |
AttributeStatementImpl.getEncryptedAttributes()
Gets the encrypted attribtues expressed in this statement. |
| Uses of EncryptedAttribute in org.opensaml.saml2.encryption |
|---|
| Methods in org.opensaml.saml2.encryption that return EncryptedAttribute | |
|---|---|
EncryptedAttribute |
Encrypter.encrypt(Attribute attribute)
Encrypt the specified Attribute. |
| Methods in org.opensaml.saml2.encryption with parameters of type EncryptedAttribute | |
|---|---|
Attribute |
Decrypter.decrypt(EncryptedAttribute encryptedAttribute)
Decrypt the specified EncryptedAttribute. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||