A B C D E F G I K L M N O P Q R S T U V W 

D

deallocate(int) - Method in interface com.pax.dal.pedkeyisolation.ISlotAllocator
Deprecated.
释放物理ID, 如果logicalId 为0, 则释放此应用占用的所有物理ID, 如果logicalId > 0, 则释放指定的物理ID。
deallocate(Bundle) - Method in interface com.pax.dal.pedkeyisolation.ISlotAllocatorProvider
Deprecated.
 
deallocateAll() - Method in interface com.pax.dal.pedkeyisolation.ISlotAllocator
Deprecated.
释放本机所有的物理ID
deallocateAll(Bundle) - Method in interface com.pax.dal.pedkeyisolation.ISlotAllocatorProvider
Deprecated.
 
decode(byte[]) - Method in interface com.pax.dal.IScanCodec
扫描解码
scanner decode
decodeRaw(byte[]) - Method in interface com.pax.dal.IScanCodec
扫描解码
scanner decode
decodeRaw(byte[], long) - Method in interface com.pax.dal.IScanCodec
扫描解码
scanner decode
DecodeResult - Class in com.pax.dal.entity
 
DecodeResult() - Constructor for class com.pax.dal.entity.DecodeResult
 
DecodeResultRaw - Class in com.pax.dal.entity
 
DecodeResultRaw() - Constructor for class com.pax.dal.entity.DecodeResultRaw
 
deleteAllFilter() - Method in interface com.pax.dal.INetwork
删除所有网络访问过滤规则。包括关闭白名单模式,清除所有的黑白名单列表。
注:使用该方法时,需在AndroidManifest下添加权限: "com.pax.permission.NETWORK_CONTROL"
Delete all network access filtering rules.
deleteAllSysNetworkWhitelist() - Method in interface com.pax.dal.INetwork
在白名单模式下,删除所有的网络规则。
注:使用该方法时,需在AndroidManifest下添加权限: "com.pax.permission.NETWORK_CONTROL_ADVANCE"
In whitelist mode, delete all network rules.
deleteAppNetworkFilter(AppNetworkFilter) - Method in interface com.pax.dal.INetwork
删除应用某个网络访问过滤规则。
注:使用该方法时,需在AndroidManifest下添加权限: "com.pax.permission.NETWORK_CONTROL"
Delete a network access filter rule of the application.
deleteAppNetworkFilter(String) - Method in interface com.pax.dal.INetwork
删除指定包名的应用的所有网络访问过滤规则。
注:使用该方法时,需在AndroidManifest下添加权限: "com.pax.permission.NETWORK_CONTROL"
Delete all network access filtering rules for the application with the specified package name.
deleteAppNetworkFilter(String, long) - Method in interface com.pax.dal.INetwork
删除指定包名和用户ID的应用的所有网络访问过滤规则。
注:使用该方法时,需在AndroidManifest下添加权限: "com.pax.permission.NETWORK_CONTROL"
Delete all network access filtering rules for the application with the specified package name and user ID.
deleteLmkdAppWhiteList() - Method in interface com.pax.dal.IWhiteListControl
删除低内存保活应用白名单。
Example Delete the low memory keepalive application whitelist
deleteSysNetworkBlacklist(String) - Method in interface com.pax.dal.INetwork
删除系统禁止访问的网络地址黑名单。
注:使用该方法时,需在AndroidManifest下添加权限: "com.pax.permission.NETWORK_CONTROL"
Delete the blacklist of network addresses that are forbidden by the system.
deleteSysNetworkWhitelist(String) - Method in interface com.pax.dal.INetwork
在白名单模式下,删除一个网络地址白名单。
注:使用该方法时,需在AndroidManifest下添加权限: "com.pax.permission.NETWORK_CONTROL"
In whitelist mode, delete a network address whitelist.
deleteSysNetworkWhitelist(List<NetItem>) - Method in interface com.pax.dal.INetwork
在白名单模式下,删除指定的网络规则。
注:使用该方法时,需在AndroidManifest下添加权限: "com.pax.permission.NETWORK_CONTROL_ADVANCE"
In whitelist mode, Delete the specified network rule.
derivedTWK(byte, byte, byte, byte) - Method in interface com.pax.dal.ITypeA
发散密钥。
用derivedKeyIndex指定的主密钥或工作密钥对 srcKeyIndex 指定的工作密钥进行 mode 方式的加密或解密后,将 结果存储在工作密钥区的 destKeyIndex 指定的位置。
Diverge the key.
deriveKeyBySecureData(byte, byte, byte, byte, byte, byte[], byte) - Method in interface com.pax.dal.IPed
使用SecureData作为datain发散目的密钥。
Use SecureData as the datain diverges the destination key.
deriveKeyBySecureData(byte, byte, byte, byte, byte, byte[], byte) - Method in interface com.pax.dal.IPedKeyIsolationMixedManager
使用SecureData作为datain发散目的密钥。
Use SecureData as the datain divergence key.
des(byte, byte[], byte, byte[]) - Method in interface com.pax.dal.IPedBg
KDr/KDs来自PED查询,KDr只能用于数据解密,KDs只能用于数据加密
KDr/KDs comes from PED query, KDr can only be used for data decryption, KDs can only be used for data encryption.
desDukptDataCalc(byte, byte, byte[], byte[], byte) - Method in interface com.pax.dal.IPed
使用DUKPT的Data encryption功能,对输入数据进行加密或解密
Use DUKPT's Data encryption feature to encrypt or decrypt input data.
detect(Bitmap) - Method in interface com.pax.dal.IFaceDetector
进行人脸检测。
Face detection.
detect(byte) - Method in interface com.pax.dal.IIcc
检查指定的卡座内是否有卡,对于0-1卡座使用到位检测。对于2-5卡座做上电复位检测
Check whether card is inserted in specified slot.
detect(Bundle, ILivenessDetector.LivenessDetectListener) - Method in interface com.pax.dal.ILivenessDetector
进行活体检测。
Start liveness detect.
detect(EDetectMode) - Method in interface com.pax.dal.IPicc
按指定的模式搜寻PICC卡片;搜到卡片后,将其选中并激活。 感应区内不允许多卡存在
Detect PICC card according to appointed mode; when find the card,choose and activate it.
detect(byte) - Method in interface com.pax.dal.IPicc
按指定的模式搜寻PICC卡片;搜到卡片后,将其选中并激活。 感应区内不允许多卡存在
Detect PICC card according to appointed mode; when find the card,choose and activate it.
detect(byte, byte[]) - Method in interface com.pax.dal.IPicc
按指定的模式搜寻PICC卡片;搜到卡片后,将其选中并激活。 感应区内不允许多卡存在
Detect PICC card according to appointed mode; when find the card,choose and activate it.
detect(byte) - Method in interface com.pax.dal.ITypeA
按指定的模式搜寻PICC卡片,搜到卡片后,将其选中并激活。感应区内不允许多张卡存在。
Search for PICC cards according to the specified mode.
detectFinish() - Method in interface com.pax.dal.ILivenessDetector.IFaceUIManager
活体检测结束时回调。
Call back when liveness detection is finished.
detectLite(ILivenessDetector.LivenessDetectListener) - Method in interface com.pax.dal.ILivenessDetector
进行无界面人脸活体检测,预览由客户自定义实现。
The faceless live detection is performed, and the preview is customized by the customer.
DeviceInfo - Class in com.pax.dal.entity
设备信息实体类。
Device information entity class.
DeviceInfo(byte[], String, byte, byte[], byte, byte, byte[], String, short, short, short, byte, byte[], byte, byte, byte, byte[], byte[]) - Constructor for class com.pax.dal.entity.DeviceInfo
 
disable() - Method in interface com.pax.dal.IChannel
禁止
disable
disableAnimations(boolean) - Method in interface com.pax.dal.ISys
禁用系统动画
Disable system animation
disableCamera(boolean) - Method in interface com.pax.dal.ISys
设置是否禁用摄像头功能
Set whether to disable the camera function.
disableEmergency(boolean) - Method in interface com.pax.dal.ISys
屏蔽关机菜单中的紧急拨号功能。
Block the emergency dial function in the shutdown menu.
disableFormat(int) - Method in interface com.pax.dal.IScanCodec
禁止扫描类型
disable scanner format
disableGlobalAirPlane(boolean) - Method in interface com.pax.dal.ISys
隐藏关机菜单中的飞行模式
Hide Airplane Mode in the shutdown menu
disableGlobalSilent(boolean) - Method in interface com.pax.dal.ISys
隐藏关机菜单中的响铃功能
Hide the ringing function in the shutdown menu
disableIpv6(int, boolean) - Method in interface com.pax.dal.INetwork
屏蔽IPV6功能
disable IPv6
disableKeyEvent() - Method in interface com.pax.dal.ISys
禁用物理键盘, 仅适用于带物理键盘的终端
disable physical keyboard, apply only to terminal with keyboard
disableMultiPath() - Method in interface com.pax.dal.IDalCommManager
关闭网络共享
disable share network feature in system.
disablePosMenu(Map<PosMenu, Boolean>) - Method in interface com.pax.dal.ISys
隐藏或显示系统设置的菜单和快捷设置的开关。调用会清除上一次调用产生的效果。
Hide or show the system settings menu and quick settings switch.
disableScreenshot(boolean) - Method in interface com.pax.dal.ISys
屏蔽关机菜单中的系统截图功能。
Block the system screenshot function in the shutdown menu.
disableVolumeSafetyWarningDialog(boolean) - Method in interface com.pax.dal.ISys
设置是否显示安全音量警告提醒弹框。
Set whether to display the safety volume warning reminder pop-up box.
disableWifiHotspotAndHideSettings() - Method in interface com.pax.dal.IDalCommManager
关闭Wi-Fi热点并隐藏设置相关界面。需要如下权限:
android.permission.ACCESS_WIFI_STATE
android.permission.CHANGE_WIFI_STATE
android.permission.CHANGE_NETWORK_STATE
disable Wi-Fi hotspot and hide Settings's UI.The following permissions are required :
android.permission.ACCESS_WIFI_STATE
android.permission.CHANGE_WIFI_STATE
android.permission.CHANGE_NETWORK_STATE
disconnect() - Method in interface com.pax.dal.IComm
断开连接
disconnect
disconnect() - Method in interface com.pax.dal.ITypeA
断开连接。
Disconnect.
disconnectVpn() - Method in interface com.pax.dal.IPaxVpn
断开VPN的连接。
Disconnect the VPN.
displayWord(int, int, byte, byte, byte, int) - Method in interface com.pax.dal.ISignPad
签名版显示文字内容
display text content on singpad
doubleHeight(boolean, boolean) - Method in interface com.pax.dal.IPrinter
设置打印字体高度,可在基本字体上实现双倍高度的打印。
Set printing font which is based on base font to double height.
doubleWidth(boolean, boolean) - Method in interface com.pax.dal.IPrinter
设置打印字体宽度,可在基本字体上实现双倍宽度的打印
Set printing font which is based on base font to double width.
DUKPTResult - Class in com.pax.dal.entity
 
DUKPTResult() - Constructor for class com.pax.dal.entity.DUKPTResult
 
DUKPTResult(byte[], byte[]) - Constructor for class com.pax.dal.entity.DUKPTResult
 
A B C D E F G I K L M N O P Q R S T U V W