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

/libcore/luni/src/main/java/javax/net/ssl/
H A DSSLContext.java33 public class SSLContext { class
35 private static final String SERVICE = "SSLContext";
41 * Default SSLContext that can be replaced with SSLContext.setDefault()
43 private static SSLContext DEFAULT;
46 * Returns the default SSLContext.
50 * SSLContext.getInstance("Default")}, which will already be
57 public static SSLContext getDefault() throws NoSuchAlgorithmException {
60 DEFAULT = SSLContext.getInstance("Default");
67 * Sets the default SSLContext instanc
179 protected SSLContext(SSLContextSpi contextSpi, Provider provider, String protocol) { method in class:SSLContext
[all...]

Completed in 58 milliseconds