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<EncryptedAssertion> |
Evidence.getEncryptedAssertions()
Gets the list of EncryptedAssertions used as evidence.
|
List<EncryptedAssertion> |
Response.getEncryptedAssertions()
Return the list of EncryptedAssertion child elements.
|
List<EncryptedAssertion> |
Advice.getEncryptedAssertions()
Gets the list of EncryptedAssertions used as advice.
|
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.
|
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.