Searched refs:getTrustManagers (Results 1 – 10 of 10) sorted by relevance
35 for (TrustManager trustManager : tmf.getTrustManagers()) { in getFirstX509TrustManager()
75 for (TrustManager tm : tmf.getTrustManagers()) { in getTrustManager()
122 for (TrustManager tm : tmf.getTrustManagers()) { in getTrustManager()
178 for (TrustManager tm : tmf.getTrustManagers()) { in getTrustManager()
107 for (TrustManager tm : tmf.getTrustManagers()) { in getTrustedCertificates()
74 for (TrustManager tm : tmf.getTrustManagers()) { in getDefaultTrustManager()
367 (X509TrustManager) mTrustManagerFactory.getTrustManagers()[0], in startWebServer()395 mTrustManagerFactory.getTrustManagers(), in makeHttpsRequest()
176 context.init(kmf.getKeyManagers(), tmf.getTrustManagers(), null); in bindTLSServer()
445 for (TrustManager trustManager : tmf.getTrustManagers()) { in getFirstX509TrustManager()
295 private X509TrustManager[] getTrustManagers() { in getTrustManagers() method in CtsTestServer1150 mSslContext.init(keyManagers, mServer.getTrustManagers(), null); in ServerThread()