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.java399 Map<Integer, List<X509Certificate>> trustRootCertificates = new HashMap<>(); in stopAfterStep() local
402 trustRootCertificates.put(OsuServerConnection.TRUST_CERT_TYPE_AAA, certificates); in stopAfterStep()
403 trustRootCertificates.put(OsuServerConnection.TRUST_CERT_TYPE_REMEDIATION, in stopAfterStep()
408 mOsuServerCallbacks.getSessionId(), trustRootCertificates); in stopAfterStep() local
920 Map<Integer, List<X509Certificate>> trustRootCertificates = new HashMap<>(); in verifyHandlingErrorForAddingPasspointConfiguration() local
923 trustRootCertificates.put(OsuServerConnection.TRUST_CERT_TYPE_AAA, certificates); in verifyHandlingErrorForAddingPasspointConfiguration()
924 trustRootCertificates.put(OsuServerConnection.TRUST_CERT_TYPE_REMEDIATION, certificates); in verifyHandlingErrorForAddingPasspointConfiguration()
928 mOsuServerCallbacks.getSessionId(), trustRootCertificates); in verifyHandlingErrorForAddingPasspointConfiguration() local
946 Map<Integer, List<X509Certificate>> trustRootCertificates = new HashMap<>(); in verifyHandlingEmptyTrustRootCertificateRetrieved() local
950 mOsuServerCallbacks.getSessionId(), trustRootCertificates); in verifyHandlingEmptyTrustRootCertificateRetrieved() local
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DOsuServerConnection.java397 Map<Integer, List<X509Certificate>> trustRootCertificates = new HashMap<>(); in performRetrievingTrustRootCerts() local
409 trustRootCertificates.clear(); in performRetrievingTrustRootCerts()
418 trustRootCertificates.clear(); in performRetrievingTrustRootCerts()
424 trustRootCertificates.put(certInfoPerType.getKey(), certificates); in performRetrievingTrustRootCerts()
433 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()