Searched refs:tlsContext (Results 1 – 2 of 2) sorted by relevance
169 SSLContext tlsContext = null; in getSSLContext() local171 tlsContext = SSLContext.getInstance(tlsVersion); in getSSLContext()175 return tlsContext; in getSSLContext()
113 public void init(SSLContext tlsContext, TrustManagerImpl trustManagerImpl) { in init() argument114 if (tlsContext == null) { in init()119 tlsContext.init(null, new TrustManager[]{mTrustManager}, null); in init()120 mSocketFactory = tlsContext.getSocketFactory(); in init()