Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/net/
H A DSSLSessionCache.java41 public final class SSLSessionCache { class
59 public static void install(SSLSessionCache cache, SSLContext context) { in install()
76 public SSLSessionCache(Object cache) { in SSLSessionCache() method in SSLSessionCache
88 public SSLSessionCache(File dir) throws IOException { in SSLSessionCache() method in SSLSessionCache
98 public SSLSessionCache(Context context) { in SSLSessionCache() method in SSLSessionCache
H A DSSLCertificateSocketFactory.java144 int handshakeTimeoutMillis, SSLSessionCache cache, boolean secure) { in SSLCertificateSocketFactory()
170 public static SSLSocketFactory getDefault(int handshakeTimeoutMillis, SSLSessionCache cache) { in getDefault()
186 public static SSLSocketFactory getInsecure(int handshakeTimeoutMillis, SSLSessionCache cache) { in getInsecure()
208 int handshakeTimeoutMillis, SSLSessionCache cache) { in getHttpSocketFactory()
/aosp12/frameworks/base/core/tests/coretests/src/android/net/
H A DSSLSessionCacheTest.java46 SSLSessionCache.install(new SSLSessionCache(mock), ctx); in testInstall_compatibleContext()
49 SSLSessionCache.install(null, ctx); in testInstall_compatibleContext()
56 SSLSessionCache.install( in testInstall_incompatibleContext()
57 new SSLSessionCache(Mockito.mock(SSLClientSessionCache.class)), in testInstall_incompatibleContext()
/aosp12/frameworks/base/core/api/
H A Dremoved.txt260 …c org.apache.http.conn.ssl.SSLSocketFactory getHttpSocketFactory(int, android.net.SSLSessionCache);
H A Dcurrent.txt26568 …precated public static javax.net.ssl.SSLSocketFactory getDefault(int, android.net.SSLSessionCache);
26570 …recated public static javax.net.ssl.SSLSocketFactory getInsecure(int, android.net.SSLSessionCache);
26580 public final class SSLSessionCache {
26581 ctor public SSLSessionCache(java.io.File) throws java.io.IOException;
26582 ctor public SSLSessionCache(android.content.Context);
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes5120 android.net.SSLSessionCache
H A Dboot-image-profile.txt12047 HSPLandroid/net/SSLCertificateSocketFactory;-><init>(ILandroid/net/SSLSessionCache;Z)V
28397 Landroid/net/SSLSessionCache;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes5118 android.net.SSLSessionCache
H A Dboot-image-profile.txt12039 HSPLandroid/net/SSLCertificateSocketFactory;-><init>(ILandroid/net/SSLSessionCache;Z)V
38034 Landroid/net/SSLSessionCache;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt17261 … method public static javax.net.ssl.SSLSocketFactory getDefault(int, android.net.SSLSessionCache);
17263 …d org.apache.http.conn.ssl.SSLSocketFactory getHttpSocketFactory(int, android.net.SSLSessionCache);
17264 … method public static javax.net.ssl.SSLSocketFactory getInsecure(int, android.net.SSLSessionCache);
17274 public final class SSLSessionCache {
17275 ctor public SSLSessionCache(java.io.File) throws java.io.IOException;
17276 ctor public SSLSessionCache(android.content.Context);
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt36826 Landroid/net/SSLSessionCache;-><init>(Ljava/lang/Object;)V
36827 Landroid/net/SSLSessionCache;->install(Landroid/net/SSLSessionCache;Ljavax/net/ssl/SSLContext;)V
36828 Landroid/net/SSLSessionCache;->TAG:Ljava/lang/String;