HomeSort by relevance Sort by last modified time
    Searched defs:SSLSocketFactory (Results 1 - 8 of 8) sorted by null

  /dalvik/libcore/x-net/src/main/java/javax/net/ssl/
SSLSocketFactory.java 34 public abstract class SSLSocketFactory extends SocketFactory {
43 * Returns the default {@code SSLSocketFactory} instance. The default is
51 log("SSLSocketFactory", "Using factory " + defaultSocketFactory);
84 defaultSocketFactory = new DefaultSSLSocketFactory("No SSLSocketFactory installed");
87 log("SSLSocketFactory", "Using factory " + defaultSocketFactory);
100 * Creates a new {@code SSLSocketFactory}.
102 public SSLSocketFactory() {
  /external/apache-http/src/org/apache/http/conn/ssl/
SSLSocketFactory.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/conn/ssl/SSLSocketFactory.java $
62 * SSLSocketFactory can be used to validate the identity of the HTTPS
68 * SSLSocketFactory will enable server authentication when supplied with
83 * SSLSocketFactory will enable client authentication when supplied with
139 public class SSLSocketFactory implements LayeredSocketFactory {
156 private static final SSLSocketFactory DEFAULT_FACTORY = new SSLSocketFactory();
162 public static SSLSocketFactory getSocketFactory() {
167 private final javax.net.ssl.SSLSocketFactory socketfactory;
171 public SSLSocketFactory(
    [all...]
  /packages/apps/Email/src/com/android/exchange/
SSLSocketFactory.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/conn/ssl/SSLSocketFactory.java $
68 * SSLSocketFactory can be used to validate the identity of the HTTPS
74 * SSLSocketFactory will enable server authentication when supplied with
89 * SSLSocketFactory will enable client authentication when supplied with
145 public class SSLSocketFactory implements LayeredSocketFactory {
162 private static final SSLSocketFactory DEFAULT_FACTORY = new SSLSocketFactory();
168 public static SSLSocketFactory getSocketFactory() {
173 private final javax.net.ssl.SSLSocketFactory socketfactory;
177 public SSLSocketFactory(
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 59 milliseconds