Use OFFSET_CDATA instead of getOffsetCdata() (issue #4)

This commit is contained in:
Arnaud Fontaine 2018-11-30 10:16:30 +01:00
parent 9637be6035
commit 770c7a3f50

View File

@ -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();