public class SimpleKeyStore extends SimpleProcessingService
| Constructor and Description |
|---|
SimpleKeyStore(ConfigLoadContext sc,
org.json.JSONObject config) |
SimpleKeyStore(File storage) |
| Modifier and Type | Method and Description |
|---|---|
long |
getLong(String key,
long defval) |
String |
getString(String key,
String defval) |
void |
put(String key,
long val) |
void |
put(String key,
String val) |
isRunning, onStart, onStopRequested, startBackgroundProcessing, stopBackgroundProcessingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonSourceEofpublic SimpleKeyStore(ConfigLoadContext sc, org.json.JSONObject config)
public SimpleKeyStore(File storage)
Copyright © 2022 continual.io. All rights reserved.