Package nxt.addons
Class ForgingEncryptedConfig
java.lang.Object
nxt.addons.AbstractEncryptedConfig
nxt.addons.ForgingEncryptedConfig
- All Implemented Interfaces:
AddOn
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected APITagprotected Stringprotected Stringprotected StringgetSaveData(javax.servlet.http.HttpServletRequest request) protected org.json.simple.JSONStreamAwareprocessDecrypted(BufferedReader reader) Methods inherited from class nxt.addons.AbstractEncryptedConfig
getAPIRequests, getDefaultPath, 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
-
Field Details
-
CONFIG_FILE_NAME
- See Also:
-
-
Constructor Details
-
ForgingEncryptedConfig
public ForgingEncryptedConfig()
-
-
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 IOException - Specified by:
processDecryptedin classAbstractEncryptedConfig- Throws:
IOException
-
getExtraParameters
- Overrides:
getExtraParametersin classAbstractEncryptedConfig
-
getSaveData
protected String getSaveData(javax.servlet.http.HttpServletRequest request) throws ParameterException - Overrides:
getSaveDatain classAbstractEncryptedConfig- Throws:
ParameterException
-
getDefaultFilename
- Overrides:
getDefaultFilenamein classAbstractEncryptedConfig
-