Searched refs:trustRootCertificates (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | PasspointProvisionerTest.java | 400 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/ |
D | OsuServerConnection.java | 366 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
|
D | PasspointProvisioner.java | 574 @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()
|