A B C D E F G I K L M N O P Q R S T U V W
A
- addApns(byte[]) - Method in interface com.pax.dal.IDalCommManager
-
从XML文件新增APN。Add APN from XML file.
- addAppNetworkFilter(AppNetworkFilter) - Method in interface com.pax.dal.INetwork
添加应用网络访问过滤规则。
注:使用该方法时,需在AndroidManifest下添加权限: "com.pax.permission.NETWORK_CONTROL"Add application network access filtering rules.- addLmkdAppWhiteList(byte[]) - Method in interface com.pax.dal.IWhiteListControl
增加低内存保活应用白名单Add the whitelist of low-memory keepalive applications.- addService(String, IBinder) - Method in interface com.pax.dal.ISys
将服务添加到ServiceManager中。Add a service to the ServiceManager.- addSysNetworkBlacklist(String) - Method in interface com.pax.dal.INetwork
添加系统禁止访问的网络地址黑名单。
注:使用该方法时,需在AndroidManifest下添加权限: "com.pax.permission.NETWORK_CONTROL"Add the blacklist of network addresses that are forbidden by the system.- addSysNetworkWhitelist(String) - Method in interface com.pax.dal.INetwork
在白名单模式下,添加一个系统允许访问的网络地址白名单。
注:使用该方法时,需在AndroidManifest下添加权限: "com.pax.permission.NETWORK_CONTROL"In whitelist mode, add a white list of network addresses that the system allows to access.- addSysNetworkWhitelist(List<NetItem>) - Method in interface com.pax.dal.INetwork
在白名单模式下,添加指定的网络规则。
注:使用该方法时,需在AndroidManifest下添加权限: "com.pax.permission.NETWORK_CONTROL_ADVANCE"In whitelist mode, add the specified network rule.- AGeneralException - Exception in com.pax.dal.exceptions
- AGeneralException(String, int, String) - Constructor for exception com.pax.dal.exceptions.AGeneralException
- AGeneralException(String, int, String, String) - Constructor for exception com.pax.dal.exceptions.AGeneralException
- AGeneralException(String, int, String, Throwable) - Constructor for exception com.pax.dal.exceptions.AGeneralException
- AGeneralException(String, int, String, String, Throwable) - Constructor for exception com.pax.dal.exceptions.AGeneralException
- AllocatedKeyInfo - Class in com.pax.dal.entity
- AllocatedKeyInfo() - Constructor for class com.pax.dal.entity.AllocatedKeyInfo
- allowAccessContactsBtPairing(boolean) - Method in interface com.pax.dal.ISys
蓝牙配对界面是否需要显示访问通信录和通话记录提示框Whether to display the access address book and call history prompt box on the Bluetooth pairing interface- allowBtOpenAirplane(boolean) - Method in interface com.pax.dal.ISys
飞行模式下是否保持蓝牙打开状态Whether to keep Bluetooth on in airplane mode- ANepSlotAllocator - Class in com.pax.dal.pedkeyisolation
Deprecated.- ANepSlotAllocator() - Constructor for class com.pax.dal.pedkeyisolation.ANepSlotAllocator
Deprecated.- ApduRespInfo - Class in com.pax.dal.entity
- ApduRespInfo() - Constructor for class com.pax.dal.entity.ApduRespInfo
- ApduRespInfo(byte, byte, byte[], int) - Constructor for class com.pax.dal.entity.ApduRespInfo
- ApduSendInfo - Class in com.pax.dal.entity
IC卡发送的APDU指令实体类。ApduSendInfo.lc= 0;ApduSendInfo.le= 0。无数据发送也无数据返回。ApduSendInfo.lc= 0;ApduSendInfo.le> 0。无数据发送但期望数据返回,如果在实际应用中终端期望返回的数据个数未知,应置ApduSendInfo.le= 256;否则,为确定的数值。ApduSendInfo.lc> 0;ApduSendInfo.le= 0。有数据发送但无期望数据返回。ApduSendInfo.lc> 0;ApduSendInfo.le> 0。有发送数据且有期望数据返回,如果在实际应用中终端期望返回的数据个数未知,应置ApduSendInfo.le= 256;否则,为确定的数值。 注意事项:由于ApduSendInfo.le=0 在该处表示不要求数据返回,因此在实际应用中若要求发送的命令中ApduSendInfo.le= 0 时,应置ApduSendInfo.le= 256。IC card sends APDU instruction entity class.- ApduSendInfo() - Constructor for class com.pax.dal.entity.ApduSendInfo
- ApnInfo - Class in com.pax.dal.entity
- ApnInfo() - Constructor for class com.pax.dal.entity.ApnInfo
- APP - Static variable in class com.pax.dal.entity.BatterySipper
- AppNetworkFilter - Class in com.pax.dal.entity
应用的网络访问过滤规。Apply network access filtering rules.- AppNetworkFilter(String, String, String) - Constructor for class com.pax.dal.entity.AppNetworkFilter
- AppNetworkStats - Class in com.pax.dal.entity
- AppNetworkStats() - Constructor for class com.pax.dal.entity.AppNetworkStats
- AppNetworkStats(String, long, long, long, long, long, long) - Constructor for class com.pax.dal.entity.AppNetworkStats
- ASCaller - Class in com.pax.dal.entity
高级权限接口使用流程如下: 1.应用方生成RSA公私钥对。 2.公钥发给PAX进行PUK签名,签名时需指定Owner信息。 3.应用在调用每个高权限接口时需要传入签名公钥与ASCaller。The usage process of the advanced permission interface is as follows: 1.- ASCaller() - Constructor for class com.pax.dal.entity.ASCaller
- asDeriveKey(byte, byte, byte, byte, byte[], byte[], byte[], byte) - Method in interface com.pax.dal.IPedBg
导出事务密钥和初始mac密钥。Export the transaction key and the original MAC key.- asDeriveKey(byte, byte, byte, byte, byte[], byte[], byte[], byte) - Method in interface com.pax.dal.IPedNp
Deprecated.- asGetKi(RSAKeyInfo, byte[], byte[], byte[], byte, byte) - Method in interface com.pax.dal.IPedBg
使用PKsp生成一个KI和加密KI双倍长度的随机密钥。Generate a random double length Key as KI and encrypt KI with PKsp.- asGetVerifyInfo(byte[], byte, byte) - Method in interface com.pax.dal.IPedBg
获取验证信息, eKIA(PPID), eKEK(PPASN), OWF(KEK, PPASN).Get verify information, eKIA(PPID), eKEK(PPASN), OWF(KEK, PPASN).- asLoadKEK(byte, byte, byte, byte, byte[], byte[], byte[], byte) - Method in interface com.pax.dal.IPedBg
将KEK1/KEK2/PPASN加载到PED。Load KEK1/KEK2/PPASN into PED.- asLoadKEK(byte, byte, byte, byte, byte[], byte[], byte[], byte) - Method in interface com.pax.dal.IPedNp
Deprecated.- asLoadKeyAsym(byte, byte, byte[], byte) - Method in interface com.pax.dal.IPedBg
加载Key到PED。Load the key into the PED.- asLoadKeyAsym(byte, byte, byte[], byte) - Method in interface com.pax.dal.IPedNp
Deprecated.- asLoadKeyByKi(byte, byte[], byte) - Method in interface com.pax.dal.IPedBg
加载由KI加密到PED的密钥。KMACH是由初始化密钥(KI)的变量24加密的。 这个函数必须在IPedBg.getKi(RSAKeyInfo, byte[], byte[], byte[])之后调用。Load the key encrypted by KI to PED.KMACH is encrypted by variable 24, which initializes the key (KI).This function must be called afterIPedBg.getKi(RSAKeyInfo, byte[], byte[], byte[]).- asRollKeys(byte, byte, byte, byte) - Method in interface com.pax.dal.IPedBg
翻转KEK1/KEK2。Roll KEK1/KEK2.- asRollKeys(byte, byte, byte, byte) - Method in interface com.pax.dal.IPedNp
Deprecated.- AT24CxxDevException - Exception in com.pax.dal.exceptions
- AT24CxxDevException(EAT24CxxDevException) - Constructor for exception com.pax.dal.exceptions.AT24CxxDevException
- AT24CxxDevException(int, String) - Constructor for exception com.pax.dal.exceptions.AT24CxxDevException
- AT88SC102DevException - Exception in com.pax.dal.exceptions
- AT88SC102DevException(EAT88SC102DevException) - Constructor for exception com.pax.dal.exceptions.AT88SC102DevException
- AT88SC102DevException(int, String) - Constructor for exception com.pax.dal.exceptions.AT88SC102DevException
- AT88SC153DevException - Exception in com.pax.dal.exceptions
- AT88SC153DevException(EAT88SC153DevException) - Constructor for exception com.pax.dal.exceptions.AT88SC153DevException
- AT88SC153DevException(int, String) - Constructor for exception com.pax.dal.exceptions.AT88SC153DevException
- AT88SC1608DevException - Exception in com.pax.dal.exceptions
- AT88SC1608DevException(EAT88SC1608DevException) - Constructor for exception com.pax.dal.exceptions.AT88SC1608DevException
- AT88SC1608DevException(int, String) - Constructor for exception com.pax.dal.exceptions.AT88SC1608DevException
- authClose(byte[]) - Method in interface com.pax.dal.IPedAuthManager
关闭sessionID对应的设备间安全传输的功能。Disable a secure transfer between devices according to sessionID.- authCloseAll() - Method in interface com.pax.dal.IPedAuthManager
关闭所有传输通道。Close all transfers between devices.- AuthData - Class in com.pax.dal.entity
- AuthData(byte[], byte[]) - Constructor for class com.pax.dal.entity.AuthData
- authDeriveWorkKey(byte[], byte) - Method in interface com.pax.dal.IPedAuthManager
根据ECDHE的共享密钥发散出工作密钥,类型由keyType指定。Diverging a working key based on ECDHE's shared key, the type is specified by keyType.- authEcdhPublicKey(byte[]) - Method in interface com.pax.dal.IPedAuthManager
根据设备自身的公私钥,导出一个ECDHE的随机公钥。According to the public and private keys of the device itself, a random public key of ECDHE is derived.- authEcdhShareKey(byte[], byte[], byte[]) - Method in interface com.pax.dal.IPedAuthManager
根据peer设备自身的本地公钥和ECDHE公钥,产生一个ECDHE的共享密钥,并存储在SP内部。According to the local public key and the ECDHE public key of the peer device, an ECDHE shared key is generated and stored in the SP.- authOpen(byte[]) - Method in interface com.pax.dal.IPedAuthManager
打开一个设备间安全传输的功能,用sessionID作为标记。Enable a secure transfer between devices, marked with sessionID.- autoResp(byte, boolean) - Method in interface com.pax.dal.IIcc