| Package | Description |
|---|---|
| org.opensaml.saml.saml2.core |
Interfaces for SAML 2.0 core and protocol interfaces.
|
| org.opensaml.saml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
| org.opensaml.saml.saml2.encryption |
Classes for encrypting and decrypting SAML.
|
| Modifier and Type | Method and Description |
|---|---|
List<EncryptedAttribute> |
AttributeStatement.getEncryptedAttributes()
Gets the encrypted attributes expressed in this statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptedAttributeImpl
A concrete implementation of
EncryptedAttribute. |
| Modifier and Type | Method and Description |
|---|---|
EncryptedAttribute |
EncryptedAttributeBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
EncryptedAttribute |
EncryptedAttributeBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
List<EncryptedAttribute> |
AttributeStatementImpl.getEncryptedAttributes()
Gets the encrypted attributes expressed in this statement.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptedAttribute |
Encrypter.encrypt(Attribute attribute)
Encrypt the specified Attribute.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
Decrypter.decrypt(EncryptedAttribute encryptedAttribute)
Decrypt the specified EncryptedAttribute.
|
Copyright © 2021. All rights reserved.