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

/frameworks/base/core/java/org/apache/http/conn/ssl/
H A DSSLSocketFactory.java177 private final SSLContext sslcontext; field in class:SSLSocketFactory
203 this.sslcontext = SSLContext.getInstance(algorithm);
204 this.sslcontext.init(keymanagers, trustmanagers, random);
205 this.socketfactory = this.sslcontext.getSocketFactory();
238 this.sslcontext = null;
250 this.sslcontext = null;

Completed in 84 milliseconds