| 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.
|
| org.opensaml.saml.saml2.profile.impl |
Implementations of SAML 2.0 profile behavior.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EncryptedAssertion> |
Evidence.getEncryptedAssertions()
Gets the list of EncryptedAssertions used as evidence.
|
java.util.List<EncryptedAssertion> |
Advice.getEncryptedAssertions()
Gets the list of EncryptedAssertions used as advice.
|
java.util.List<EncryptedAssertion> |
Response.getEncryptedAssertions()
Return the list of EncryptedAssertion child elements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptedAssertionImpl
A concrete implementation of
EncryptedAssertion. |
| Modifier and Type | Method and Description |
|---|---|
EncryptedAssertion |
EncryptedAssertionBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
EncryptedAssertion |
EncryptedAssertionBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EncryptedAssertion> |
AdviceImpl.getEncryptedAssertions()
Gets the list of EncryptedAssertions used as advice.
|
java.util.List<EncryptedAssertion> |
EvidenceImpl.getEncryptedAssertions()
Gets the list of EncryptedAssertions used as evidence.
|
java.util.List<EncryptedAssertion> |
ResponseImpl.getEncryptedAssertions()
Return the list of EncryptedAssertion child elements.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptedAssertion |
Encrypter.encrypt(Assertion assertion)
Encrypt the specified Assertion.
|
| Modifier and Type | Method and Description |
|---|---|
Assertion |
Decrypter.decrypt(EncryptedAssertion encryptedAssertion)
Decrypt the specified EncryptedAssertion.
|
| Modifier and Type | Method and Description |
|---|---|
private Assertion |
DecryptAssertions.processEncryptedAssertion(ProfileRequestContext profileRequestContext,
EncryptedAssertion encAssert)
Decrypt an
EncryptedAssertion and return the result. |