Uses of Enum Class
org.opensaml.saml.saml2.encryption.Encrypter.KeyPlacement
Packages that use Encrypter.KeyPlacement
-
Uses of Encrypter.KeyPlacement in org.opensaml.saml.saml2.encryption
Fields in org.opensaml.saml.saml2.encryption declared as Encrypter.KeyPlacementModifier and TypeFieldDescriptionprivate Encrypter.KeyPlacementEncrypter.keyPlacementThe option for where to place the generated EncryptedKey elements.Methods in org.opensaml.saml.saml2.encryption that return Encrypter.KeyPlacementModifier and TypeMethodDescriptionEncrypter.getKeyPlacement()Get the current key placement option.static Encrypter.KeyPlacementReturns the enum constant of this class with the specified name.static Encrypter.KeyPlacement[]Encrypter.KeyPlacement.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opensaml.saml.saml2.encryption with parameters of type Encrypter.KeyPlacementModifier and TypeMethodDescriptionvoidEncrypter.setKeyPlacement(Encrypter.KeyPlacement newKeyPlacement) Set the key placement option.