public class Settings extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EMAIL |
static String |
NAME |
static String |
PASSWORD_SHA1 |
Constructor and Description |
---|
Settings() |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getKeys() |
PrivateKey |
getPrivateKey() |
PublicKey |
getPublicKey() |
String |
globalGet(String key,
String def) |
void |
globalRemove(String key) |
void |
globalSet(String key,
String value) |
public static final String EMAIL
public static final String NAME
public static final String PASSWORD_SHA1
public void globalSet(String key, String value) throws BackingStoreException
BackingStoreException
public Collection<String> getKeys() throws BackingStoreException
BackingStoreException
public void globalRemove(String key) throws BackingStoreException
BackingStoreException
public PrivateKey getPrivateKey() throws Exception
Exception
Copyright © 2018 aQute SARL. All rights reserved.