|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EncryptedAssertion | |
|---|---|
| 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 EncryptedAssertion in org.opensaml.saml2.core |
|---|
| Methods in org.opensaml.saml2.core that return types with arguments of type EncryptedAssertion | |
|---|---|
java.util.List<EncryptedAssertion> |
Response.getEncryptedAssertions()
Return the list of EncryptedAssertion child elements. |
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. |
| Uses of EncryptedAssertion in org.opensaml.saml2.core.impl |
|---|
| Classes in org.opensaml.saml2.core.impl that implement EncryptedAssertion | |
|---|---|
class |
EncryptedAssertionImpl
A concrete implementation of EncryptedAssertion. |
| Methods in org.opensaml.saml2.core.impl that return EncryptedAssertion | |
|---|---|
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)
|
| Methods in org.opensaml.saml2.core.impl that return types with arguments of type EncryptedAssertion | |
|---|---|
java.util.List<EncryptedAssertion> |
ResponseImpl.getEncryptedAssertions()
Return the list of EncryptedAssertion child elements. |
java.util.List<EncryptedAssertion> |
EvidenceImpl.getEncryptedAssertions()
Gets the list of EncryptedAssertions used as evidence. |
java.util.List<EncryptedAssertion> |
AdviceImpl.getEncryptedAssertions()
Gets the list of EncryptedAssertions used as advice. |
| Uses of EncryptedAssertion in org.opensaml.saml2.encryption |
|---|
| Methods in org.opensaml.saml2.encryption that return EncryptedAssertion | |
|---|---|
EncryptedAssertion |
Encrypter.encrypt(Assertion assertion)
Encrypt the specified Assertion. |
| Methods in org.opensaml.saml2.encryption with parameters of type EncryptedAssertion | |
|---|---|
Assertion |
Decrypter.decrypt(EncryptedAssertion encryptedAssertion)
Decrypt the specified EncryptedAssertion. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||