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

/frameworks/base/core/java/org/apache/http/conn/ssl/
H A DSSLSocketFactory.java2 * $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 { class in inherits: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( method in class:SSLSocketFactory
209 public SSLSocketFactory( method in class:SSLSocketFactory
218 public SSLSocketFactory(final KeyStore keystore, final String keystorePassword) method in class:SSLSocketFactory
224 public SSLSocketFactory(final KeyStore truststore) method in class:SSLSocketFactory
236 public SSLSocketFactory(javax.net.ssl.SSLSocketFactory socketfactory) { method in class:SSLSocketFactory
248 private SSLSocketFactory() { method in class:SSLSocketFactory
[all...]
/frameworks/base/core/java/android/net/
H A DSSLCertificateSocketFactory.java41 import javax.net.ssl.SSLSocketFactory;
46 * SSLSocketFactory implementation with several extra features:
60 * <p class="caution"><b>Most {@link SSLSocketFactory} implementations do not
75 public class SSLCertificateSocketFactory extends SSLSocketFactory {
86 private SSLSocketFactory mInsecureFactory = null;
87 private SSLSocketFactory mSecureFactory = null;
116 * @return a new SSLSocketFactory with the specified parameters
129 * @return a new SSLSocketFactory with the specified parameters
131 public static SSLSocketFactory getDefault(int handshakeTimeoutMillis, SSLSessionCache cache) {
145 * @return an insecure SSLSocketFactory wit
[all...]
/frameworks/base/core/tests/coretests/src/android/net/
H A DSSLSessionCacheTest.java35 import javax.net.ssl.SSLSocketFactory;
79 protected SSLSocketFactory engineGetSocketFactory() {
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DAbstractProxyTest.java39 import org.apache.http.conn.ssl.SSLSocketFactory;
70 SSLSocketFactory sslSocketFactory = newSslSocketFactory(testSSLContext);
83 private SSLSocketFactory newSslSocketFactory(TestSSLContext testSSLContext) throws Exception {
84 // call through to Apache HTTP's non-public SSLSocketFactory constructor
85 return SSLSocketFactory.class.getConstructor(javax.net.ssl.SSLSocketFactory.class)
161 SSLSocketFactory sslSocketFactory = newSslSocketFactory(testSSLContext);
/frameworks/base/
H A Dpreloaded-classes4208 javax.net.ssl.SSLSocketFactory
4209 javax.net.ssl.SSLSocketFactory$1
4326 org.apache.http.conn.ssl.SSLSocketFactory
H A Dcompiled-classes-phone7798 javax.net.ssl.SSLSocketFactory
7799 javax.net.ssl.SSLSocketFactory$1
8009 org.apache.http.conn.ssl.SSLSocketFactory

Completed in 149 milliseconds