Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DServiceProviderVerifierTest.java193 hexToBytes(testHash))); in testVerifyFingerPrintOfCertificateWithSameFingerPrintValueReturnTrue()
208 hexToBytes(testHash))); in testVerifyFingerPrintOfCertificateWithDifferentFingerPrintValueReturnFalse()
227 private byte[] hexToBytes(String hex) { in hexToBytes() method in ServiceProviderVerifierTest
DUtilsTest.java93 assertArrayEquals(new byte[0], Utils.hexToBytes("")); in testHexToBytes()
97 byte[] result = Utils.hexToBytes(hexString); in testHexToBytes()
/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
DNetworkSecurityConfigTests.java51 = hexToBytes("ec722969cb64200ab6638f68ac538e40abab5b19a6485661042a1061c4612776");
54 = hexToBytes(
98 private static byte[] hexToBytes(String s) { in hexToBytes() method in NetworkSecurityConfigTests
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DUtils.java216 public static byte[] hexToBytes(String text) { in hexToBytes() method in Utils