![]() |
UniPay SDK Guide for Android
0.02.011
API reference
|
Data Fields | |
byte | SW1 |
byte | SW2 |
boolean | hasKSN |
boolean | hasEncryption |
byte[] | response |
byte[] | ksn |
The class for APDU Response.
boolean com.idtechproducts.device.APDUResponseStruct.hasEncryption |
APDU response is encrypted.
boolean com.idtechproducts.device.APDUResponseStruct.hasKSN |
KSN data read.
byte [] com.idtechproducts.device.APDUResponseStruct.ksn |
Key Seral Number.
byte [] com.idtechproducts.device.APDUResponseStruct.response |
APDU response.
byte com.idtechproducts.device.APDUResponseStruct.SW1 |
APDU response status bytes,2 bytes SW1 and SW2.
byte com.idtechproducts.device.APDUResponseStruct.SW2 |
APDU response status bytes,2 bytes SW1 and SW2.