Package | Description |
---|---|
org.opensaml.saml2.encryption |
Classes for encrypting and decrypting SAML.
|
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.
|
Copyright © 1999-2013. All Rights Reserved.