Searched refs:hexToBytes (Results 1 – 4 of 4) sorted by relevance
193 hexToBytes(testHash))); in testVerifyFingerPrintOfCertificateWithSameFingerPrintValueReturnTrue()208 hexToBytes(testHash))); in testVerifyFingerPrintOfCertificateWithDifferentFingerPrintValueReturnFalse()227 private byte[] hexToBytes(String hex) { in hexToBytes() method in ServiceProviderVerifierTest
93 assertArrayEquals(new byte[0], Utils.hexToBytes("")); in testHexToBytes()97 byte[] result = Utils.hexToBytes(hexString); in testHexToBytes()
51 = hexToBytes("ec722969cb64200ab6638f68ac538e40abab5b19a6485661042a1061c4612776");54 = hexToBytes(98 private static byte[] hexToBytes(String s) { in hexToBytes() method in NetworkSecurityConfigTests
216 public static byte[] hexToBytes(String text) { in hexToBytes() method in Utils