Home
last modified time | relevance | path

Searched refs:SSLSessionCache (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/net/
DSSLSessionCache.java36 public final class SSLSessionCache { class
48 public SSLSessionCache(File dir) throws IOException { in SSLSessionCache() method in SSLSessionCache
58 public SSLSessionCache(Context context) { in SSLSessionCache() method in SSLSessionCache
DSSLCertificateSocketFactory.java103 int handshakeTimeoutMillis, SSLSessionCache cache, boolean secure) { in SSLCertificateSocketFactory()
129 public static SSLSocketFactory getDefault(int handshakeTimeoutMillis, SSLSessionCache cache) { in getDefault()
145 public static SSLSocketFactory getInsecure(int handshakeTimeoutMillis, SSLSessionCache cache) { in getInsecure()
159 int handshakeTimeoutMillis, SSLSessionCache cache) { in getHttpSocketFactory()
/frameworks/base/core/java/android/net/http/
DAndroidHttpClient.java55 import android.net.SSLSessionCache;
128 SSLSessionCache sessionCache = context == null ? null : new SSLSessionCache(context); in newInstance()
/frameworks/base/docs/html/sdk/api_diff/8/
DmissingSinces.txt52 NO DOC BLOCK: android.net.SSLSessionCache Class
105 … BLOCK: android.net.SSLCertificateSocketFactory Method getDefault(int, android.net.SSLSessionCache)
128 …droid.net.SSLCertificateSocketFactory Method getHttpSocketFactory(int, android.net.SSLSessionCache)
131 …BLOCK: android.net.SSLCertificateSocketFactory Method getInsecure(int, android.net.SSLSessionCache)
/frameworks/base/
Dpreloaded-classes638 android.net.SSLSessionCache
/frameworks/base/api/
Dcurrent.txt13871 … method public static javax.net.ssl.SSLSocketFactory getDefault(int, android.net.SSLSessionCache);
13873 …c org.apache.http.conn.ssl.SSLSocketFactory getHttpSocketFactory(int, android.net.SSLSessionCache);
13874 … method public static javax.net.ssl.SSLSocketFactory getInsecure(int, android.net.SSLSessionCache);
13884 public final class SSLSessionCache {
13885 ctor public SSLSessionCache(java.io.File) throws java.io.IOException;
13886 ctor public SSLSessionCache(android.content.Context);
/frameworks/base/docs/html/
Dsitemap.txt3411 http://developer.android.com/reference/android/net/SSLSessionCache.html