Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointObjectFactory.java171 SSLContext tlsContext = null; in getSSLContext() local
173 tlsContext = SSLContext.getInstance(tlsVersion); in getSSLContext()
177 return tlsContext; in getSSLContext()
DOsuServerConnection.java113 public void init(SSLContext tlsContext, TrustManagerFactory trustManagerFactory) { in init() argument
114 if (tlsContext == null || trustManagerFactory == null) { in init()
131 tlsContext.init(null, new TrustManager[]{mTrustManager}, null); in init()
132 mSocketFactory = tlsContext.getSocketFactory(); in init()