Searched refs:bytesToHex (Results 1 – 1 of 1) sorted by relevance
29 return bytesToHex(bytes, SHA_256_CHARS); in sha256BytesToHex()36 return bytesToHex(bytes, SHA_1_CHARS); in sha1BytesToHex()41 private static String bytesToHex(byte[] bytes, char[] hexChars) { in bytesToHex() method in Util