Home
last modified time | relevance | path

Searched refs:hexToBytes (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DServiceProviderVerifierTest.java196 hexToBytes(testHash))); in testVerifyFingerPrintOfCertificateWithSameFingerPrintValueReturnTrue()
211 hexToBytes(testHash))); in testVerifyFingerPrintOfCertificateWithDifferentFingerPrintValueReturnFalse()
230 private byte[] hexToBytes(String hex) { in hexToBytes() method in ServiceProviderVerifierTest
DUtilsTest.java95 assertArrayEquals(new byte[0], Utils.hexToBytes("")); in testHexToBytes()
99 byte[] result = Utils.hexToBytes(hexString); in testHexToBytes()
/packages/services/BuiltInPrintService/src/com/android/bips/ipp/
DCertificateStore.java140 pubkey = hexToBytes(reader.nextString()); in loadItem()
172 private static byte[] hexToBytes(String hexString) { in hexToBytes() method in CertificateStore
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DUtils.java173 public static byte[] hexToBytes(String text) { in hexToBytes() method in Utils