Searched defs:SSLSessionCache (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DSSLSessionCache.java40 public final class SSLSessionCache { class
41 private static final String TAG = "SSLSessionCache";
45 * Installs a {@link SSLSessionCache} on a {@link SSLContext}. The cache will
57 public static void install(SSLSessionCache cache, SSLContext context) {
74 public SSLSessionCache(Object cache) { method in class:SSLSessionCache
86 public SSLSessionCache(File dir) throws IOException { method in class:SSLSessionCache
96 public SSLSessionCache(Context context) { method in class:SSLSessionCache

Completed in 45 milliseconds