Uses of Class
com.appslandia.common.crypto.SecureConfig
-
Packages that use SecureConfig Package Description com.appslandia.common.crypto -
-
Uses of SecureConfig in com.appslandia.common.crypto
Methods in com.appslandia.common.crypto that return SecureConfig Modifier and Type Method Description SecureConfigSecureConfig. enc(String key, boolean value)SecureConfigSecureConfig. enc(String key, double value)SecureConfigSecureConfig. enc(String key, float value)SecureConfigSecureConfig. enc(String key, int value)SecureConfigSecureConfig. enc(String key, long value)SecureConfigSecureConfig. enc(String key, String value)SecureConfigSecureConfig. load(File file)SecureConfigSecureConfig. load(InputStream is)SecureConfigSecureConfig. load(Reader r)SecureConfigSecureConfig. load(String file)SecureConfigSecureConfig. set(String key, boolean value)SecureConfigSecureConfig. set(String key, double value)SecureConfigSecureConfig. set(String key, int value)SecureConfigSecureConfig. set(String key, long value)SecureConfigSecureConfig. set(String key, String value)
-