Home
last modified time | relevance | path

Searched refs:trustRootCertificates (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProvisionerTest.java400 Map<Integer, List<X509Certificate>> trustRootCertificates = new HashMap<>(); in stopAfterStep() local
403 trustRootCertificates.put(OsuServerConnection.TRUST_CERT_TYPE_AAA, certificates); in stopAfterStep()
404 trustRootCertificates.put(OsuServerConnection.TRUST_CERT_TYPE_REMEDIATION, in stopAfterStep()
409 mOsuServerCallbacks.getSessionId(), trustRootCertificates); in stopAfterStep() local
921 Map<Integer, List<X509Certificate>> trustRootCertificates = new HashMap<>(); in verifyHandlingErrorForAddingPasspointConfiguration() local
924 trustRootCertificates.put(OsuServerConnection.TRUST_CERT_TYPE_AAA, certificates); in verifyHandlingErrorForAddingPasspointConfiguration()
925 trustRootCertificates.put(OsuServerConnection.TRUST_CERT_TYPE_REMEDIATION, certificates); in verifyHandlingErrorForAddingPasspointConfiguration()
929 mOsuServerCallbacks.getSessionId(), trustRootCertificates); in verifyHandlingErrorForAddingPasspointConfiguration() local
947 Map<Integer, List<X509Certificate>> trustRootCertificates = new HashMap<>(); in verifyHandlingEmptyTrustRootCertificateRetrieved() local
951 mOsuServerCallbacks.getSessionId(), trustRootCertificates); in verifyHandlingEmptyTrustRootCertificateRetrieved() local
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DOsuServerConnection.java366 Map<Integer, List<X509Certificate>> trustRootCertificates = new HashMap<>(); in performRetrievingTrustRootCerts() local
378 trustRootCertificates.clear(); in performRetrievingTrustRootCerts()
387 trustRootCertificates.clear(); in performRetrievingTrustRootCerts()
393 trustRootCertificates.put(certInfoPerType.getKey(), certificates); in performRetrievingTrustRootCerts()
402 trustRootCertificates); in performRetrievingTrustRootCerts() local
DPasspointProvisioner.java574 @NonNull Map<Integer, List<X509Certificate>> trustRootCertificates) { in installTrustRootCertificates() argument
587 if (trustRootCertificates.isEmpty()) { in installTrustRootCertificates()
594 List<X509Certificate> certificates = trustRootCertificates.get( in installTrustRootCertificates()
609 certificates = trustRootCertificates.get( in installTrustRootCertificates()
1166 @NonNull Map<Integer, List<X509Certificate>> trustRootCertificates) { in onReceivedTrustRootCertificates() argument
1172 trustRootCertificates)); in onReceivedTrustRootCertificates()