Package | Description |
---|---|
net.brabenetz.lib.securedproperties | |
net.brabenetz.lib.securedproperties.config |
Modifier and Type | Class and Description |
---|---|
class |
SecuredPropertiesConfig
Configuration Object to control the behavior of
SecuredProperties . |
Modifier and Type | Method and Description |
---|---|
Config |
Config.withAllowedAlgorithm(Algorithm... newAllowedAlgorithm) |
Config |
Config.withAutoCreateSecretKey(boolean autoCreate) |
Config |
Config.withSaltLength(int newSaltLength) |
Config |
Config.withSecretFile(File newSecretFile)
Overwrite the default location "%user_home%/.secret/securedProperties.key" for the secret key to encrypt and decrypt values.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigInitializer.init(Config config) |
void |
AbstractConfigInitializer.init(Config config) |
protected static void |
AbstractConfigInitializer.initAllowedAlgorithm(Config config,
String value) |
protected static void |
AbstractConfigInitializer.initAutoCreateSecretKey(Config config,
String value) |
protected static void |
AbstractConfigInitializer.initSaltLength(Config config,
String value) |
protected static void |
AbstractConfigInitializer.initSecretFilePath(Config config,
String value) |
Copyright © 2016–2019 Brabenetz Harald, Austria. All rights reserved.