Searched refs:sSecureFactory (Results 1 – 1 of 1) sorted by relevance
53 private static javax.net.ssl.SSLSocketFactory sSecureFactory; field in SSLUtils177 if (sSecureFactory == null) { in getSSLSocketFactory()181 sSecureFactory = secureFactory; in getSSLSocketFactory()183 return sSecureFactory; in getSSLSocketFactory()