Searched defs:hexStringToBytes (Results 1 – 3 of 3) sorted by relevance
49 public static byte[] hexStringToBytes(String s) { in hexStringToBytes() method in IccUtils
56 public static byte[] hexStringToBytes(String s) { in hexStringToBytes() method in HceUtils
1303 private static byte[] hexStringToBytes(String hexString) { in hexStringToBytes() method in ChecksumsTest