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 | Method and Description |
---|---|
Encrypter.KeyPlacement |
Encrypter.getKeyPlacement()
Get the current key placement option.
|
static Encrypter.KeyPlacement |
Encrypter.KeyPlacement.valueOf(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 | 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.
|
Copyright © 2019. All rights reserved.