Home
last modified time | relevance | path

Searched refs:tlsContext (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointObjectFactory.java169 SSLContext tlsContext = null; in getSSLContext() local
171 tlsContext = SSLContext.getInstance(tlsVersion); in getSSLContext()
175 return tlsContext; in getSSLContext()
DOsuServerConnection.java113 public void init(SSLContext tlsContext, TrustManagerImpl trustManagerImpl) { in init() argument
114 if (tlsContext == null) { in init()
119 tlsContext.init(null, new TrustManager[]{mTrustManager}, null); in init()
120 mSocketFactory = tlsContext.getSocketFactory(); in init()