Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/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()
/aosp14/frameworks/base/core/api/
H A Dremoved.txt250 …c org.apache.http.conn.ssl.SSLSocketFactory getHttpSocketFactory(int, android.net.SSLSessionCache);
H A Dcurrent.txt28338 …precated public static javax.net.ssl.SSLSocketFactory getDefault(int, android.net.SSLSessionCache);
28340 …recated public static javax.net.ssl.SSLSocketFactory getInsecure(int, android.net.SSLSessionCache);
28350 public final class SSLSessionCache {
28351 ctor public SSLSessionCache(java.io.File) throws java.io.IOException;
28352 ctor public SSLSessionCache(android.content.Context);
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes5535 android.net.SSLSessionCache
H A Dboot-image-profile.txt11542 HSPLandroid/net/SSLCertificateSocketFactory;-><init>(ILandroid/net/SSLSessionCache;Z)V
28322 Landroid/net/SSLSessionCache;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes5539 android.net.SSLSessionCache
H A Dboot-image-profile.txt11545 HSPLandroid/net/SSLCertificateSocketFactory;-><init>(ILandroid/net/SSLSessionCache;Z)V
38429 Landroid/net/SSLSessionCache;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt33538 Landroid/net/SSLSessionCache;-><init>(Ljava/lang/Object;)V
33539 Landroid/net/SSLSessionCache;->install(Landroid/net/SSLSessionCache;Ljavax/net/ssl/SSLContext;)V
33540 Landroid/net/SSLSessionCache;->TAG:Ljava/lang/String;