HomeSort by relevance Sort by last modified time
    Searched refs:sslcontext (Results 1 - 2 of 2) sorted by null

  /external/apache-http/src/org/apache/http/conn/ssl/
SSLSocketFactory.java 42 import javax.net.ssl.SSLContext;
166 private final SSLContext sslcontext; field in class:SSLSocketFactory
192 this.sslcontext = SSLContext.getInstance(algorithm);
193 this.sslcontext.init(keymanagers, trustmanagers, random);
194 this.socketfactory = this.sslcontext.getSocketFactory();
227 this.sslcontext = null;
239 this.sslcontext = null;
  /packages/apps/Email/src/com/android/exchange/
SSLSocketFactory.java 48 import javax.net.ssl.SSLContext;
172 private final SSLContext sslcontext; field in class:SSLSocketFactory
198 this.sslcontext = SSLContext.getInstance(algorithm);
199 this.sslcontext.init(keymanagers, trustmanagers, random);
200 this.socketfactory = this.sslcontext.getSocketFactory();
231 this.sslcontext = null;
243 this.sslcontext = null;

Completed in 16 milliseconds