HomeSort by relevance Sort by last modified time
    Searched defs:trustRootCertList (Results 1 - 4 of 4) sorted by null

  /frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/
PasspointConfigurationTest.java 153 Map<String, byte[]> trustRootCertList = new HashMap<>();
154 trustRootCertList.put("trustRoot.cert1.com",
156 trustRootCertList.put("trustRoot.cert2.com",
158 config.setTrustRootCertList(trustRootCertList);
350 Map<String, byte[]> trustRootCertList = new HashMap<>();
352 trustRootCertList.put(new String(rawUrlBytes, StandardCharsets.UTF_8),
354 config.setTrustRootCertList(trustRootCertList);
357 trustRootCertList = new HashMap<>();
358 trustRootCertList.put(null, new byte[CERTIFICATE_FINGERPRINT_BYTES]);
359 config.setTrustRootCertList(trustRootCertList);
    [all...]
  /frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/omadm/
PpsMoParserTest.java 99 Map<String, byte[]> trustRootCertList = new HashMap<>();
100 trustRootCertList.put("server1.trust.root.com", certFingerprint);
101 config.setTrustRootCertList(trustRootCertList);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
PasspointXmlUtilsTest.java 71 Map<String, byte[]> trustRootCertList = new HashMap<>();
72 trustRootCertList.put("server1.trust.root.com", certFingerprint);
73 config.setTrustRootCertList(trustRootCertList);
PasspointConfigStoreDataTest.java 95 Map<String, byte[]> trustRootCertList = new HashMap<>();
96 trustRootCertList.put("server1.trust.root.com", certFingerprint);
97 config.setTrustRootCertList(trustRootCertList);

Completed in 145 milliseconds