Searched defs:apdu (Results 1 – 6 of 6) sorted by relevance
10 public CommandApdu(String apdu, boolean reachable) { in CommandApdu()
68 public static final CommandApdu buildCommandApdu(String apdu, boolean reachable) { in buildCommandApdu()
295 private void testTransmitAPDU(byte[] aid, byte[] apdu) { in testTransmitAPDU()325 private void testUnauthorisedAPDU(byte[] aid, byte[] apdu) { in testUnauthorisedAPDU()
293 private void testTransmitAPDU(byte[] aid, byte[] apdu) { in testTransmitAPDU()323 private void testUnauthorisedAPDU(byte[] aid, byte[] apdu) { in testUnauthorisedAPDU()
292 private void testTransmitAPDU(byte[] aid, byte[] apdu) { in testTransmitAPDU()322 private void testUnauthorisedAPDU(byte[] aid, byte[] apdu) { in testUnauthorisedAPDU()
414 private byte[] internalTransmitApdu(Reader reader, byte[] apdu) { in internalTransmitApdu()