APDU too long for wrapping
Status: Beta
Brought to you by:
woj76
I get this exception when doing load command after install for load :
javax.smartcardio.CardException: APDU too long for wrapping.
I use security level 3 (enc and mac) according to :
b8 b7 b6 b5 b4 b3 b2 b1 Description
0 0 0 0 0 0 1 1 Encryption and MAC
0 0 0 0 0 0 0 1 MAC
0 0 0 0 0 0 0 0 No security
APDU size is 255 bytes
Thanks for the report. In principle this should not happen, I thought I took care of APDU length problems. Did you try to use option "-loadsize" with something considerably smaller than 255, for example 128?