| Package | Description |
|---|---|
| org.opensaml.saml.saml2.encryption |
Classes for encrypting and decrypting SAML.
|
| org.opensaml.xmlsec.context |
Message context classes for XML Security.
|
| org.opensaml.xmlsec.encryption.support |
Functional support for XML Encryption.
|
| org.opensaml.xmlsec.impl |
Implementation of configuration and parameter resolver classes.
|
| Constructor and Description |
|---|
Decrypter(DecryptionParameters params)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DecryptionParameters |
SecurityParametersContext.getDecryptionParameters()
Get the parameters to use for XML decryption operations.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityParametersContext |
SecurityParametersContext.setDecryptionParameters(DecryptionParameters params)
Set the parameters to use for XML decryption operations.
|
| Constructor and Description |
|---|
Decrypter(DecryptionParameters params)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DecryptionParameters |
StaticDecryptionParametersResolver.resolveSingle(CriteriaSet criteria)
Process the specified criteria and return a single instance of the product type
which satisfies the criteria.
|
DecryptionParameters |
BasicDecryptionParametersResolver.resolveSingle(CriteriaSet criteria)
Process the specified criteria and return a single instance of the product type
which satisfies the criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<DecryptionParameters> |
StaticDecryptionParametersResolver.resolve(CriteriaSet criteria)
Process the specified criteria and return the resulting instances of the product type
which satisfy the criteria.
|
Iterable<DecryptionParameters> |
BasicDecryptionParametersResolver.resolve(CriteriaSet criteria)
Process the specified criteria and return the resulting instances of the product type
which satisfy the criteria.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BasicDecryptionParametersResolver.logResult(DecryptionParameters params)
Log the resolved parameters.
|
| Constructor and Description |
|---|
StaticDecryptionParametersResolver(DecryptionParameters parameters)
Constructor.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.