Searched refs:fromHexToByteArray (Results 1 – 5 of 5) sorted by relevance
59 public static byte[] fromHexToByteArray(String str) { in fromHexToByteArray() method in ByteStringUtils
283 byte[] bytes = ByteStringUtils.fromHexToByteArray(hexEncodedPath); in unhex()
10616 ByteStringUtils.fromHexToByteArray(expectedCertDigests[0]))) {
2439 final byte[] keyBytes = ByteStringUtils.fromHexToByteArray(userKey);
6205 byte[] sha256Bytes = ByteStringUtils.fromHexToByteArray(sha256String); in checkCapability()