Searched defs:bytesToHex (Results 1 – 2 of 2) sorted by relevance
26 public static String bytesToHex(byte[] bytes) { in bytesToHex() method in TestUtil
41 private static String bytesToHex(byte[] bytes, char[] hexChars) { in bytesToHex() method in Util