37 @property unsigned char SW1;
38 @property unsigned char SW2;
42 @property (nonatomic, strong) NSData*
response;
43 @property (nonatomic, strong) NSData*
ksn;
BOOL hasKSN
KSN data read.
Definition: APDUResponse.h:16
Definition: APDUResponse.h:14
int apduLength
Length of valid R-APDU.
Definition: APDUResponse.h:22
APDUResponse * sharedController()
unsigned char SW1
Status Word Byte 1.
Definition: APDUResponse.h:20
NSData * response
APDU Response excluding SW1 and SW2.
Definition: APDUResponse.h:18
unsigned char SW2
Status Word Byte 2.
Definition: APDUResponse.h:21
BOOL hasEncryption
APDU response is encrypted.
Definition: APDUResponse.h:17
NSData * ksn
Key Seral Number.
Definition: APDUResponse.h:19