Searched refs:hexStringToBytes (Results 1 – 3 of 3) sorted by relevance
29 return PoloUtil.hexStringToBytes(encodedString); in decodeToBytes()
95 public static byte[] hexStringToBytes(String hexstr) { in hexStringToBytes() method in PoloUtil
353 byte[] secretBytes = PoloUtil.hexStringToBytes(secret); in getSecretMessage()