Searched refs:getHttpSocketFactory (Results 1 – 2 of 2) sorted by relevance
68 SSLUtils.getHttpSocketFactory(false, keyManager), 443)); in newInstance()72 SSLUtils.getHttpSocketFactory(true /*insecure*/, keyManager), 443)); in newInstance()
72 public static SSLSocketFactory getHttpSocketFactory(boolean insecure, KeyManager keyManager) { in getHttpSocketFactory() method in SSLUtils