Searched refs:clientContext (Results 1 – 1 of 1) sorted by relevance
208 SSLContext clientContext = SSLContext.getInstance("SSL"); in makeHttpsRequest() local209 clientContext.init(new KeyManager[] { new KeyChainKeyManager() }, null, null); in makeHttpsRequest()211 connection.setSSLSocketFactory(clientContext.getSocketFactory()); in makeHttpsRequest()