类 ActionJSONSign
java.lang.Object
com.gdxsoft.easyweb.script.display.action.ActionJSONSign
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明doSign()getCode()org.json.JSONArraygetNames()org.json.JSONObjectorg.json.JSONObjectgetSign()voidinitCfg(org.json.JSONObject obj) voidsetAlgorithm(String algorithm) voidvoidsetConcatChar(String concatChar) voidvoidsetNames(org.json.JSONArray names) voidsetParameters(org.json.JSONObject parameters) void
-
构造器详细资料
-
ActionJSONSign
public ActionJSONSign()
-
-
方法详细资料
-
doSign
-
initCfg
public void initCfg(org.json.JSONObject obj) -
getSign
public org.json.JSONObject getSign()- 返回:
- the sign
-
getNames
public org.json.JSONArray getNames()- 返回:
- the names
-
setNames
public void setNames(org.json.JSONArray names) - 参数:
names- the names to set
-
getParameters
public org.json.JSONObject getParameters()- 返回:
- the parameters
-
setParameters
public void setParameters(org.json.JSONObject parameters) - 参数:
parameters- the parameters to set
-
getAlgorithm
- 返回:
- the algorithm
-
setAlgorithm
- 参数:
algorithm- the algorithm to set
-
getSecert
- 返回:
- the secert
-
setSecert
- 参数:
secert- the secert to set
-
getCode
- 返回:
- the code
-
setCode
- 参数:
code- the code to set
-
getHeader
- 返回:
- the header
-
setHeader
- 参数:
header- the header to set
-
getConcatChar
- 返回:
- the concatChar
-
setConcatChar
- 参数:
concatChar- the concatChar to set
-