| Package | Description |
|---|---|
| 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 | Field and Description |
|---|---|
private Encrypter.KeyPlacement |
Encrypter.keyPlacement
The option for where to place the generated EncryptedKey elements.
|
| Modifier and Type | Method and Description |
|---|---|
Encrypter.KeyPlacement |
Encrypter.getKeyPlacement()
Get the current key placement option.
|
static Encrypter.KeyPlacement |
Encrypter.KeyPlacement.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Encrypter.KeyPlacement[] |
Encrypter.KeyPlacement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Encrypter.setKeyPlacement(Encrypter.KeyPlacement newKeyPlacement)
Set the key placement option.
|
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Function<ProfileRequestContext,Encrypter.KeyPlacement> |
AbstractEncryptAction.keyPlacementLookupStrategy
Strategy used to determine encrypted key placement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEncryptAction.setKeyPlacementLookupStrategy(com.google.common.base.Function<ProfileRequestContext,Encrypter.KeyPlacement> strategy)
Set the strategy used to determine the encrypted key placement strategy.
|