类 ActionJSONSign

java.lang.Object
com.gdxsoft.easyweb.script.display.action.ActionJSONSign

public class ActionJSONSign extends Object
  • 构造器详细资料

    • ActionJSONSign

      public ActionJSONSign()
  • 方法详细资料

    • doSign

      public String 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

      public String getAlgorithm()
      返回:
      the algorithm
    • setAlgorithm

      public void setAlgorithm(String algorithm)
      参数:
      algorithm - the algorithm to set
    • getSecert

      public String getSecert()
      返回:
      the secert
    • setSecert

      public void setSecert(String secert)
      参数:
      secert - the secert to set
    • getCode

      public String getCode()
      返回:
      the code
    • setCode

      public void setCode(String code)
      参数:
      code - the code to set
    • getHeader

      public String getHeader()
      返回:
      the header
    • setHeader

      public void setHeader(String header)
      参数:
      header - the header to set
    • getConcatChar

      public String getConcatChar()
      返回:
      the concatChar
    • setConcatChar

      public void setConcatChar(String concatChar)
      参数:
      concatChar - the concatChar to set