Searched defs:toHex (Results 1 – 5 of 5) sorted by relevance
63 private static String toHex(byte[] buf, int len, int max) { in toHex() method in BufferDebug
58 public static String toHex(byte[] digest) { in toHex() method in BerTlv
185 public static String toHex(byte[] octets) { in toHex() method in Utils
210 private static String toHex(byte[] n) { in toHex() method in DigestMd5Utils
233 fun ByteArray.toHex(): String = joinToString(separator = "") { in <lambda>() method in android.net.cts.DscpPolicyTest