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.java98 private TrustManagerFactory mTrustManagerFactory; field in KeyChainTest
248 mTrustManagerFactory = TrustManagerFactory.getInstance( in doInBackground()
250 mTrustManagerFactory.init(mKeyStore); in doInBackground()
319 mTrustManagerFactory.getTrustManagers(), in startWebServer()
343 mTrustManagerFactory.getTrustManagers(), in makeHttpsRequest()