Searched refs:hexToBytes (Results 1 – 2 of 2) sorted by relevance
140 pubkey = hexToBytes(reader.nextString()); in loadItem()172 private static byte[] hexToBytes(String hexString) { in hexToBytes() method in CertificateStore
756 public static byte[] hexToBytes(CharSequence str) { in hexToBytes() method in StringUtil