Searched refs:getTrustManagers (Results 1 – 10 of 10) sorted by relevance
35 for (TrustManager trustManager : tmf.getTrustManagers()) { in getFirstX509TrustManager()
69 for (TrustManager tm : tmf.getTrustManagers()) { in getTrustManager()
112 for (TrustManager tm : tmf.getTrustManagers()) { in getTrustManager()
177 for (TrustManager tm : tmf.getTrustManagers()) { in getTrustManager()
90 for (TrustManager tm : tmf.getTrustManagers()) { in getTrustedCertificates()
73 for (TrustManager tm : tmf.getTrustManagers()) { in getDefaultTrustManager()
116 for (TrustManager trustManager : tmf.getTrustManagers()) { in getFirstX509TrustManager()
367 (X509TrustManager) mTrustManagerFactory.getTrustManagers()[0], in startWebServer()395 mTrustManagerFactory.getTrustManagers(), in makeHttpsRequest()
172 context.init(kmf.getKeyManagers(), tmf.getTrustManagers(), null); in bindTLSServer()
295 private X509TrustManager[] getTrustManagers() { in getTrustManagers() method in CtsTestServer1026 mSslContext.init(keyManagers, mServer.getTrustManagers(), null); in ServerThread()