Home
last modified time | relevance | path

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

/frameworks/base/core/java/org/apache/http/conn/ssl/
DSSLSocketFactory.java182 private final SSLContext sslcontext; field in SSLSocketFactory
211 this.sslcontext = SSLContext.getInstance(algorithm); in SSLSocketFactory()
212 this.sslcontext.init(keymanagers, trustmanagers, random); in SSLSocketFactory()
213 this.socketfactory = this.sslcontext.getSocketFactory(); in SSLSocketFactory()
247 this.sslcontext = null; in SSLSocketFactory()
260 this.sslcontext = null; in SSLSocketFactory()