| Package | Description |
|---|---|
| org.opensaml.saml.saml2.core |
Interfaces for SAML 2.0 core and protocol interfaces.
|
| 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 | 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 © 1999–2017 Shibboleth Consortium. All rights reserved.