您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
索引
帮助
概要:
嵌套 |
字段 |
构造器 |
方法
详细资料:
字段 |
构造器 |
方法
SEARCH:
程序包
cn.hamm.airpower.open
接口 IOpenApp
public interface
IOpenApp
开放应用实体接口
作者:
Hamm.cn
方法概要
所有方法
实例方法
抽象方法
修饰符和类型
方法
说明
String
getAppKey
()
获取应用的AppKey
String
getAppSecret
()
获取应用的AppSecret
Integer
getArithmetic
()
获取应用的加密算法
String
getPrivateKey
()
获取应用的私钥
String
getPublicKey
()
获取应用的公钥
方法详细资料
getAppKey
String
getAppKey
()
获取应用的AppKey
返回:
AppKey
getAppSecret
String
getAppSecret
()
获取应用的AppSecret
返回:
AppSecret
getArithmetic
Integer
getArithmetic
()
获取应用的加密算法
返回:
算法
getPrivateKey
String
getPrivateKey
()
获取应用的私钥
返回:
私钥
getPublicKey
String
getPublicKey
()
获取应用的公钥
返回:
公钥