public class SecureProperties extends PropertyMap
props| Constructor and Description |
|---|
SecureProperties() |
SecureProperties(char[] password) |
SecureProperties(TextEncryptor textEncryptor) |
| Modifier and Type | Method and Description |
|---|---|
String |
get(Object key) |
void |
putSecure(String key,
String value) |
fromProperties, load, load, load, load, store, store, toProperties, toStringclear, containsKey, containsValue, entrySet, getBool, getDate, getDateTime, getDouble, getFloat, getFormatted, getFormatted, getFormatted, getInt, getLong, getRequiredBool, getRequiredDate, getRequiredDateTime, getRequiredDouble, getRequiredFloat, getRequiredFormatted, getRequiredFormatted, getRequiredFormatted, getRequiredInt, getRequiredLong, getRequiredString, getRequiredTime, getString, getString, getTime, isEmpty, keySet, put, put, put, put, put, put, put, put, put, put, put, put, put, put, putAll, remove, size, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic SecureProperties()
public SecureProperties(char[] password)
public SecureProperties(TextEncryptor textEncryptor)
public void putSecure(String key, String value) throws CryptoException
CryptoExceptionpublic String get(Object key) throws CryptoException
get in interface Map<String,String>get in class PropertyBaseCryptoExceptionCopyright © 2017. All rights reserved.