类 AuthDTO

    • 构造器详细资料

      • AuthDTO

        public AuthDTO()
    • 方法详细资料

      • build

        public static AuthDTO build​(String appKey,
                                    String masterSecret)
        生成签名
        参数:
        appKey -
        masterSecret -
      • hex

        public static String hex​(byte[] data)
      • getSign

        public String getSign()
      • setSign

        public void setSign​(String sign)
      • getTimestamp

        public Long getTimestamp()
      • setTimestamp

        public void setTimestamp​(Long timestamp)
      • getAppkey

        public String getAppkey()
      • setAppkey

        public void setAppkey​(String appkey)