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

1 2 3

  /libcore/benchmarks/src/benchmarks/regression/
SSLSocketFactoryBenchmark.java 19 import javax.net.ssl.SSLSocketFactory;
24 SSLSocketFactory.getDefault();
  /libcore/ojluni/src/main/java/javax/net/ssl/
SSLSocketFactory.java 40 * <code>SSLSocketFactory</code>s create <code>SSLSocket</code>s.
46 public abstract class SSLSocketFactory extends SocketFactory
51 private static SSLSocketFactory defaultSocketFactory;
78 public SSLSocketFactory() {
87 * object is an instance of SSLSocketFactory, it is made the default SSL
104 SSLSocketFactory previousDefaultSocketFactory = defaultSocketFactory;
120 log("setting up default SSLSocketFactory");
138 SSLSocketFactory fac = (SSLSocketFactory)cls.newInstance();
143 log("SSLSocketFactory instantiation failed: " + e.toString())
    [all...]
  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
SSLSocketFactoryTest.java 32 import javax.net.ssl.SSLSocketFactory;
42 SocketFactory sf = SSLSocketFactory.getDefault();
44 assertTrue(SSLSocketFactory.class.isAssignableFrom(sf.getClass()));
50 (SSLSocketFactory) SSLSocketFactory.getDefault());
55 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault();
61 SSLSocketFactory sf = (SSLSocketFactory) SSLSocketFactory.getDefault()
    [all...]
SSLContextTest.java 55 import javax.net.ssl.SSLSocketFactory;
508 assertTrue(SSLSocketFactory.class.isAssignableFrom(sf.getClass()));
  /frameworks/base/core/java/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
143 public class SSLSocketFactory implements LayeredSocketFactory {
166 private static final SSLSocketFactory DEFAULT_FACTORY = new SSLSocketFactory();
173 public static SSLSocketFactory getSocketFactory() {
178 private final javax.net.ssl.SSLSocketFactory socketfactory;
182 public SSLSocketFactory(
    [all...]
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketFactoryTest.java 41 import javax.net.ssl.SSLSocketFactory;
64 protected SSLSocketFactory engineGetSocketFactory() {
94 public static class FakeSSLSocketFactory extends SSLSocketFactory {
138 SocketFactory sf1 = SSLSocketFactory.getDefault();
140 assertTrue(SSLSocketFactory.class.isAssignableFrom(sf1.getClass()));
150 sf4 = SSLSocketFactory.getDefault();
152 assertTrue(SSLSocketFactory.class.isAssignableFrom(sf4.getClass()));
161 SocketFactory sf3 = SSLSocketFactory.getDefault();
163 assertTrue(SSLSocketFactory.class.isAssignableFrom(sf3.getClass()));
170 SocketFactory sf2 = SSLSocketFactory.getDefault()
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
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...]
  /external/robolectric/v1/lib/main/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
httpclient-4.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.1/
httpclient-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.3/
httpclient-4.0.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-4.4_r1-robolectric-r2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/
httpclient-4.5.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 

Completed in 617 milliseconds

1 2 3