Package nxt.addons
Class BundlingEncryptedConfig
java.lang.Object
nxt.addons.AbstractEncryptedConfig
nxt.addons.BundlingEncryptedConfig
- All Implemented Interfaces:
AddOn
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected APITagprotected Stringprotected org.json.simple.JSONStreamAwareprocessDecrypted(BufferedReader reader) Methods inherited from class nxt.addons.AbstractEncryptedConfig
getAPIRequests, getDefaultFilename, getDefaultPath, getExtraParameters, getSaveData, init, resolvePathMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface nxt.addons.AddOn
getAPIRequestHandler, getAPIRequestType, getConfigProperties, getUIPlugins, shutdown
-
Constructor Details
-
BundlingEncryptedConfig
public BundlingEncryptedConfig()
-
-
Method Details
-
getAPIRequestName
- Specified by:
getAPIRequestNamein classAbstractEncryptedConfig
-
getAPITag
- Specified by:
getAPITagin classAbstractEncryptedConfig
-
getDataParameter
- Specified by:
getDataParameterin classAbstractEncryptedConfig
-
processDecrypted
protected org.json.simple.JSONStreamAware processDecrypted(BufferedReader reader) throws org.json.simple.parser.ParseException, IOException - Specified by:
processDecryptedin classAbstractEncryptedConfig- Throws:
org.json.simple.parser.ParseExceptionIOException
-