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) |
clear, containsKey, containsValue, entrySet, fromProperties, getFormattedString, getString, isEmpty, keySet, load, load, load, load, put, putAll, putString, remove, size, store, store, toProperties, toString, valuesgetBool, getDate, getDateTime, getDouble, getFloat, getInt, getLong, getRequiredBool, getRequiredDate, getRequiredDateTime, getRequiredDouble, getRequiredFloat, getRequiredInt, getRequiredLong, getRequiredString, getRequiredTime, getString, getTime, put, put, put, put, put, put, put, put, put, put, put, put, putclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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 PropertyMapCryptoExceptionCopyright © 2017. All rights reserved.