Searched refs:bytesToHexString (Results 1 – 2 of 2) sorted by relevance
2187 s = IccUtils.bytesToHexString(response.payload) + s; in iccTransmitApduLogicalChannel()2210 s = IccUtils.bytesToHexString(response.payload) + s; in iccTransmitApduBasicChannel()2261 s = IccUtils.bytesToHexString(response.payload) + s; in sendEnvelopeWithStatus()
2691 @Deprecated public static String bytesToHexString(final byte[] bytes) { in bytesToHexString() method2699 public static String bytesToHexString(final byte[] bytes, in bytesToHexString() method