接口 IOpenApp


public interface IOpenApp

开放应用实体接口

作者:
Hamm.cn
  • 方法详细资料

    • getAppKey

      String getAppKey()

      获取应用的AppKey

      返回:
      AppKey
    • getAppSecret

      String getAppSecret()

      获取应用的AppSecret

      返回:
      AppSecret
    • getArithmetic

      Integer getArithmetic()

      获取应用的加密算法

      返回:
      算法
    • getPrivateKey

      String getPrivateKey()

      获取应用的私钥

      返回:
      私钥
    • getPublicKey

      String getPublicKey()

      获取应用的公钥

      返回:
      公钥