Searched refs:SSLSessionCache (Results 1 – 11 of 11) sorted by relevance
/aosp14/frameworks/base/core/java/android/net/ |
H A D | SSLSessionCache.java | 41 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 D | SSLCertificateSocketFactory.java | 144 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 D | SSLSessionCacheTest.java | 46 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 D | removed.txt | 250 …c org.apache.http.conn.ssl.SSLSocketFactory getHttpSocketFactory(int, android.net.SSLSessionCache);
|
H A D | current.txt | 28338 …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 D | preloaded-classes | 5535 android.net.SSLSessionCache
|
H A D | boot-image-profile.txt | 11542 HSPLandroid/net/SSLCertificateSocketFactory;-><init>(ILandroid/net/SSLSessionCache;Z)V 28322 Landroid/net/SSLSessionCache;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 5539 android.net.SSLSessionCache
|
H A D | boot-image-profile.txt | 11545 HSPLandroid/net/SSLCertificateSocketFactory;-><init>(ILandroid/net/SSLSessionCache;Z)V 38429 Landroid/net/SSLSessionCache;
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 33538 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;
|