Searched refs:hexToBytes (Results 1 – 4 of 4) sorted by relevance
196 hexToBytes(testHash))); in testVerifyFingerPrintOfCertificateWithSameFingerPrintValueReturnTrue()211 hexToBytes(testHash))); in testVerifyFingerPrintOfCertificateWithDifferentFingerPrintValueReturnFalse()230 private byte[] hexToBytes(String hex) { in hexToBytes() method in ServiceProviderVerifierTest
95 assertArrayEquals(new byte[0], Utils.hexToBytes("")); in testHexToBytes()99 byte[] result = Utils.hexToBytes(hexString); in testHexToBytes()
140 pubkey = hexToBytes(reader.nextString()); in loadItem()172 private static byte[] hexToBytes(String hexString) { in hexToBytes() method in CertificateStore
173 public static byte[] hexToBytes(String text) { in hexToBytes() method in Utils