Use OFFSET_CDATA instead of getOffsetCdata() (issue #4)
This commit is contained in:
parent
9637be6035
commit
770c7a3f50
@ -104,7 +104,7 @@ public final class SmartPGPApplet extends Applet {
|
|||||||
short blen = apdu.setIncomingAndReceive();
|
short blen = apdu.setIncomingAndReceive();
|
||||||
|
|
||||||
final short lc = apdu.getIncomingLength();
|
final short lc = apdu.getIncomingLength();
|
||||||
final short offcdata = apdu.getOffsetCdata();
|
final short offcdata = ISO7816.OFFSET_CDATA;
|
||||||
|
|
||||||
short off = transients.chainingInputLength();
|
short off = transients.chainingInputLength();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user