Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DSSLSessionCache.java40 public final class SSLSessionCache { class
57 public static void install(SSLSessionCache cache, SSLContext context) { in install()
74 public SSLSessionCache(Object cache) { in SSLSessionCache() method in SSLSessionCache
86 public SSLSessionCache(File dir) throws IOException { in SSLSessionCache() method in SSLSessionCache
96 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/tests/coretests/src/android/net/
DSSLSessionCacheTest.java46 SSLSessionCache.install(new SSLSessionCache(mock), ctx); in testInstall_compatibleContext()
51 SSLSessionCache.install(null, ctx); in testInstall_compatibleContext()
59 SSLSessionCache.install( in testInstall_incompatibleContext()
60 new SSLSessionCache(LittleMock.mock(SSLClientSessionCache.class)), in testInstall_incompatibleContext()
/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-classes932 android.net.SSLSessionCache
/frameworks/base/api/
Dcurrent.txt17197 … method public static javax.net.ssl.SSLSocketFactory getDefault(int, android.net.SSLSessionCache);
17199 …c org.apache.http.conn.ssl.SSLSocketFactory getHttpSocketFactory(int, android.net.SSLSessionCache);
17200 … method public static javax.net.ssl.SSLSocketFactory getInsecure(int, android.net.SSLSessionCache);
17210 public final class SSLSessionCache {
17211 ctor public SSLSessionCache(java.io.File) throws java.io.IOException;
17212 ctor public SSLSessionCache(android.content.Context);
/frameworks/base/docs/html/
Dsitemap.txt3411 http://developer.android.com/reference/android/net/SSLSessionCache.html