public interface Config
ConfigInitializer
.Modifier and Type | Method and Description |
---|---|
Config |
withAllowedAlgorithm(Algorithm... newAllowedAlgorithm) |
Config |
withAutoCreateSecretKey(boolean autoCreate) |
Config |
withSaltLength(int newSaltLength) |
Config |
withSecretFile(File newSecretFile)
Overwrite the default location "%user_home%/.secret/securedProperties.key" for the secret key to encrypt and decrypt values.
|
Config withSecretFile(File newSecretFile)
newSecretFile
- the secret FileConfig withSaltLength(int newSaltLength)
Config withAutoCreateSecretKey(boolean autoCreate)
Copyright © 2016–2019 Brabenetz Harald, Austria. All rights reserved.