signatureKey, confidentialityKey and authenticationKey.
But, when I send APDU, only signatureKey (OFFSET_CDATA, is 0xB6) generated successfully, the others all returned 0x6A82.
WHY???
My sending APDU commands are:
Code: Select all
>> 00 20 00 82 06 31 32 33 34 35 36
<< 90 00
>> 00 20 00 83 08 31 32 33 34 35 36 37 38
<< 90 00
>> 00 20 00 83 08 31 32 33 34 35 36 37 38
<< 90 00
>> 80 47 81 00 01 B8
<< 6A 82 File or application not found
>> 80 47 81 00 01 B6
<< 7F 49 82 01 09 82 03 01 00 01 81 82 01 00 61 00 Response bytes remaining
>> 00 C0 00 00
<< 90 00
>> 80 47 81 00 01 A4
<< 6A 82 File or application not found