Home
last modified time | relevance | path

Searched refs:mTrustManagerFactory (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DKeyChainTest.java101 private TrustManagerFactory mTrustManagerFactory; field in KeyChainTest
251 mTrustManagerFactory = TrustManagerFactory.getInstance( in doInBackground()
253 mTrustManagerFactory.init(mKeyStore); in doInBackground()
367 (X509TrustManager) mTrustManagerFactory.getTrustManagers()[0], in startWebServer()
395 mTrustManagerFactory.getTrustManagers(), in makeHttpsRequest()