public class SecureProps extends Properties
defaults| Constructor and Description |
|---|
SecureProps(char[] password) |
SecureProps(Encryptor encryptor) |
SecureProps(TextEncryptor textEncryptor) |
| Modifier and Type | Method and Description |
|---|---|
SecureProps |
copy() |
String |
get(Object key) |
void |
puts(String key,
String value) |
void |
store(File file,
String comments) |
void |
store(OutputStream os,
String comments) |
void |
store(String file,
String comments) |
void |
store(Writer w,
String comments) |
protected Properties |
toProperties() |
String |
toString() |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, valuespublic SecureProps(char[] password)
public SecureProps(Encryptor encryptor)
public SecureProps(TextEncryptor textEncryptor)
public void puts(String key, String value) throws CryptoException
CryptoExceptionpublic void store(File file, String comments) throws IOException
IOExceptionpublic void store(String file, String comments) throws IOException
IOExceptionpublic void store(OutputStream os, String comments) throws IOException
store in class PropertiesIOExceptionpublic void store(Writer w, String comments) throws IOException
store in class PropertiesIOExceptionprotected Properties toProperties()
public SecureProps copy()
Copyright © 2019. All rights reserved.