Searched refs:getTrustManagers (Results 1 – 9 of 9) sorted by relevance
35 for (TrustManager trustManager : tmf.getTrustManagers()) { in getFirstX509TrustManager()
68 for (TrustManager tm : tmf.getTrustManagers()) { in getTrustManager()
177 for (TrustManager tm : tmf.getTrustManagers()) { in getTrustManager()
91 for (TrustManager tm : tmf.getTrustManagers()) { in getTrustedCertificates()
108 for (TrustManager trustManager : tmf.getTrustManagers()) { in getFirstX509TrustManager()
73 for (TrustManager tm : tmf.getTrustManagers()) { in getDefaultTrustManager()
319 mTrustManagerFactory.getTrustManagers(), in startWebServer()343 mTrustManagerFactory.getTrustManagers(), in makeHttpsRequest()
255 private X509TrustManager[] getTrustManagers() { in getTrustManagers() method in CtsTestServer927 mSslContext.init(getKeyManagers(), mServer.getTrustManagers(), null); in ServerThread()
62440 public final javax.net.ssl.TrustManager[] getTrustManagers()