com.BTPaySDK
Class APDUResponseStruct

java.lang.Object
  extended by com.BTPaySDK.APDUResponseStruct

public class APDUResponseStruct
extends java.lang.Object

The class for APDU Response.


Field Summary
 boolean hasEncryption
          APDU response is encrypted.
 boolean hasKSN
          KSN data read.
 byte[] ksn
          Key Seral Number.
 byte[] response
          APDU response.
 byte SW1
          APDU response status bytes,2 bytes SW1 and SW2.
 byte SW2
           
 
Constructor Summary
APDUResponseStruct()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SW1

public byte SW1
APDU response status bytes,2 bytes SW1 and SW2.


SW2

public byte SW2

hasKSN

public boolean hasKSN
KSN data read.


hasEncryption

public boolean hasEncryption
APDU response is encrypted.


response

public byte[] response
APDU response.


ksn

public byte[] ksn
Key Seral Number.

Constructor Detail

APDUResponseStruct

public APDUResponseStruct()