Uses of Interface
org.flasby.settings.SimpleSettings
Packages that use SimpleSettings
-
Uses of SimpleSettings in org.flasby.settings
Subinterfaces of SimpleSettings in org.flasby.settingsModifier and TypeInterfaceDescriptioninterface
provides persistent settings for any application.Classes in org.flasby.settings that implement SimpleSettingsModifier and TypeClassDescriptionclass
encrypts all key value pairs when adding them as a setting. decrypting will generate a new Cipher instance for decryption as every encrypted value will likely have a different IV.class
class
extends the Encrypt behaviour to support mixed encrypted and plaintext property values.class
Methods in org.flasby.settings that return SimpleSettingsConstructors in org.flasby.settings with parameters of type SimpleSettingsModifierConstructorDescriptionEncrypt
(SimpleSettings settings, char[] passPhrase) create a wrapped SimpleSettings which is internally encrypted.Encrypt
(SimpleSettings settings, char[] passPhrase, byte[] salt, String keyAlgorithm) MixedEncrypt
(SimpleSettings settings, char[] passPhrase) MixedEncrypt
(SimpleSettings settings, char[] passPhrase, byte[] salt, String keyAlgorithm)