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

P

P2PEException - Exception in com.pax.dal.exceptions
P2PE异常类。
P2PE exception.
P2PEException(EP2PEException) - Constructor for exception com.pax.dal.exceptions.P2PEException
 
P2PEException(int, String) - Constructor for exception com.pax.dal.exceptions.P2PEException
 
paxCARecover(byte, byte, byte[]) - Method in interface com.pax.dal.IPed
使用预装PAX CA公钥或者私钥进行签名、加密、解密。
Use the pre-installed Pax CA for signature, encryption and decryption.
PED_TSD - Static variable in interface com.pax.dal.IPedNp
私密数据
Secret Data
PED_TSK - Static variable in interface com.pax.dal.IPedNp
种子密钥
Seed Key
PedDevException - Exception in com.pax.dal.exceptions
 
PedDevException(EPedDevException) - Constructor for exception com.pax.dal.exceptions.PedDevException
 
PedDevException(int, String) - Constructor for exception com.pax.dal.exceptions.PedDevException
 
PHONE - Static variable in class com.pax.dal.entity.BatterySipper
 
PhoneDevException - Exception in com.pax.dal.exceptions
 
PhoneDevException(EPhoneDevException) - Constructor for exception com.pax.dal.exceptions.PhoneDevException
 
PhoneDevException(int, String) - Constructor for exception com.pax.dal.exceptions.PhoneDevException
 
PiccCardInfo - Class in com.pax.dal.entity
 
PiccCardInfo() - Constructor for class com.pax.dal.entity.PiccCardInfo
 
PiccCardInfo(byte, byte[], byte, byte[]) - Constructor for class com.pax.dal.entity.PiccCardInfo
 
piccClose() - Method in interface com.pax.dal.ITypeA
关闭非接模块,使该模块处于下电状态。
Turn off the contactless module and make the module in the power-off state.
PiccDevException - Exception in com.pax.dal.exceptions
 
PiccDevException(EPiccDevException) - Constructor for exception com.pax.dal.exceptions.PiccDevException
 
PiccDevException(int, String) - Constructor for exception com.pax.dal.exceptions.PiccDevException
 
piccOpen() - Method in interface com.pax.dal.ITypeA
非接模块上电。
Power on contactless module.
PiccPara - Class in com.pax.dal.entity
 
PiccPara() - Constructor for class com.pax.dal.entity.PiccPara
 
pinEndGetAesDukptPin(byte, byte[], EAlgorithmType, byte) - Method in interface com.pax.dal.IPed
IPed.inputPin(String, long, byte)输入完毕后,使用AES DUKPT的PIN密钥计算PinBlock。PIN将被清空。仅支持EPedType.INTERNAL 类型。
After IPed.inputPin(String, long, byte) is entered, calculate the PinBlock using AES DUKPT's Pin key.
pinEndGetDukptPin(byte, byte[], byte) - Method in interface com.pax.dal.IPed
IPed.inputPin(String, long, byte)输入完毕后,使用DUKPT的PIN密钥计算PinBlock。PIN将被清空。仅支持EPedType.INTERNAL 类型。
After IPed.inputPin(String, long, byte) is entered, calculate the PinBlock using DUKPT's Pin key.
pinEndGetPinBlock(byte, byte[], byte) - Method in interface com.pax.dal.IPed
IPed.inputPin(String, long, byte)的输入PIN加密为密文PinBlock。PIN将被清空。仅支持EPedType.INTERNAL 类型。
Encrypt the inputPin of IPed.inputPin(String, long, byte) as ciphertext PinBlock.The PIN will be cleared.
pinEndVerifyCipherPin(byte, RSAPinKey, byte) - Method in interface com.pax.dal.IPed
IPed.inputPin(String, long, byte)输入完毕后,进行脱机密文PIN校验功能。先获取明文PIN,再用应用提供的RsaPinKey 对明文PIN按照EMV规范进行加密,然后用应用提供的卡片命令与卡片通道号,将密文PIN直接发送给卡片 。PIN将被清空。仅支持EPedType.INTERNAL 类型。
After IPed.inputPin(String, long, byte) is entered, verify enciphered PIN offline is performed.
pinEndVerifyPlainPin(byte, byte) - Method in interface com.pax.dal.IPed
IPed.inputPin(String, long, byte)输入完毕后,进行脱机明文PIN校验功能。 按照应用提供的卡片命令与卡片通道号,将明文PinBlock直接发送给卡片。PIN将被清空。仅支持EPedType.INTERNAL 类型。
After IPed.inputPin(String, long, byte) is entered, offline plaintext PIN validation is performed.
playVoice(byte) - Method in interface com.pax.dal.ITypeA
按所选序号播放语音。必须支持语音芯片
Play the voice according to the selected sequence number.
polling(EReaderType, int) - Method in interface com.pax.dal.ICardReaderHelper
寻卡接口
polling the bank card by readerType
polling(EReaderType, int, boolean) - Method in interface com.pax.dal.ICardReaderHelper
寻卡接口
polling the bank card by readerType
PollingResult - Class in com.pax.dal.entity
 
PollingResult() - Constructor for class com.pax.dal.entity.PollingResult
 
PollingResult.EOperationType - Enum in com.pax.dal.entity
 
PosMenu - Enum in com.pax.dal.entity
设置菜单和快捷设置
Settings menu and quick settings
powerOff() - Method in interface com.pax.dal.memorycard.ICardAT88SC102
AT88SC102模块下电
Power the AT88SC102 module off.
powerOn() - Method in interface com.pax.dal.memorycard.ICardAT88SC102
AT88SC102模块上电
Power the AT88SC102 module on.
preallocate() - Method in interface com.pax.dal.pedkeyisolation.ISlotAllocator
Deprecated.
预分配新的物理ID。
preallocate(Bundle) - Method in interface com.pax.dal.pedkeyisolation.ISlotAllocatorProvider
Deprecated.
 
presetCutPaper(int) - Method in interface com.pax.dal.IPrinter
设置切纸模式。打印完成后立刻切纸。提示: 请在IPrinter.start()前调用该方法。
Set the cutting mode.
print(Bitmap, IPrinter.IPinterListener) - Method in interface com.pax.dal.IPrinter
直接打印Bitmap,异步封装接口 (不能与除了IPrinter.setGray(int)之外的Printer接口直接混用)。print前后会自动init,但灰度值会保留
Print bitmap directly,asynchronous encapsulation interface(Cannot mix with the Printer interface except (int)).Init automatically print before and after,but the grey value will be saved.
print(Bitmap, int, IPrinter.IPinterListener) - Method in interface com.pax.dal.IPrinter
直接打印Bitmap,异步封装接口 (不能与除了IPrinter.setGray(int)之外的Printer接口直接混用)。print前后会自动init,但灰度值会保留
Print bitmap directly,asynchronous encapsulation interface(Cannot mix with the Printer interface except (int)).Init automatically print before and after,but the grey value will be saved.
printBitmap(Bitmap) - Method in interface com.pax.dal.IPrinter
打印图片
Print bitmap
printBitmapWithMonoThreshold(Bitmap, int) - Method in interface com.pax.dal.IPrinter
打印图片
Print bitmap
printColorBitmap(Bitmap) - Method in interface com.pax.dal.IPrinter
打印双色位图
Print a two-color bitmap
printColorBitmapWithMonoThreshold(Bitmap, int) - Method in interface com.pax.dal.IPrinter
打印双色位图
Print a two-color bitmap
PrinterDevException - Exception in com.pax.dal.exceptions
 
PrinterDevException(EPrintDevException) - Constructor for exception com.pax.dal.exceptions.PrinterDevException
 
PrinterDevException(int, String) - Constructor for exception com.pax.dal.exceptions.PrinterDevException
 
printStr(String, String) - Method in interface com.pax.dal.IPrinter
打印字符串
支持打印串中出现‘\n‘[换行]、‘\f‘[换页]控制字符; 如果打印数据包过长,则程序将溢出; 如果打印字符串超出打印范围,将自动换行后继续打印; 缓冲区最大为2048字节。 将str存入打印缓冲区,在调用IPrinter.start()后,按照写入缓冲区的顺序,开始打印缓冲区里的数据。
Support '\n' (new line) and '\f' (new page) control characters; If the printing data package is too long, then the printing program will overflow; If the string is longer than the current printing line, change line automatically and continue printing. The maximum buffer size is 2048 bytes. Store str in printing buffer, and print data in printing buffer in sequence after calling IPrinter.start().
progConfigZone(int, byte[]) - Method in interface com.pax.dal.memorycard.ICardAT88SC1608
写配置区
Write config zone.
progEEPROM(byte, int, byte[]) - Method in interface com.pax.dal.memorycard.ICardAT88SC153
写EEPROM
Write EEPROM.
progFuse(byte) - Method in interface com.pax.dal.memorycard.ICardAT88SC153
写入熔丝字节。
Write fuse byte.
progFuse() - Method in interface com.pax.dal.memorycard.ICardAT88SC1608
写熔断字节
Write fuse byte.
progUserZone(int, byte[]) - Method in interface com.pax.dal.memorycard.ICardAT88SC1608
写用户区
Write user zone.
PukDevException - Exception in com.pax.dal.exceptions
 
PukDevException(EPukDevException) - Constructor for exception com.pax.dal.exceptions.PukDevException
 
PukDevException(int, String) - Constructor for exception com.pax.dal.exceptions.PukDevException
 
PukInfo - Class in com.pax.dal.entity
 
PukInfo(byte[], byte[]) - Constructor for class com.pax.dal.entity.PukInfo
 
A B C D E F G I K L M N O P Q R S T U V W