Home
last modified time | relevance | path

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

/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
DKeyChainTestActivity.java208 SSLContext clientContext = SSLContext.getInstance("SSL"); in makeHttpsRequest() local
209 clientContext.init(new KeyManager[] { new KeyChainKeyManager() }, null, null); in makeHttpsRequest()
211 connection.setSSLSocketFactory(clientContext.getSocketFactory()); in makeHttpsRequest()