Searched refs:OFFSET_P3 (Results 1 – 1 of 1) sorted by relevance
39 private static final int OFFSET_P3 = 4; field in CommandApduValidator65 checkLe((int) 0x0FF & apdu[OFFSET_P3]); in execute()69 if (apdu[OFFSET_P3] != (byte) 0x00) { in execute()70 int lc = ((int) 0x0FF & apdu[OFFSET_P3]); in execute()