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()
112 public void init(SSLContext tlsContext, TrustManagerImpl trustManagerImpl) { in init() argument113 if (tlsContext == null) { in init()118 tlsContext.init(null, new TrustManager[]{mTrustManager}, null); in init()119 mSocketFactory = tlsContext.getSocketFactory(); in init()