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

/libcore/luni/src/main/java/javax/net/ssl/
H A DSSLParameters.java24 public class SSLParameters { class
32 * The default SSLParameters constructor. Cipher suites and
36 public SSLParameters() {} method in class:SSLParameters
39 * A SSLParameters constructor that allows the values for the
41 * default as specified in {@link #SSLParameters()}.
44 * use within the SSLParameters, or null.
46 public SSLParameters(String[] cipherSuites) { method in class:SSLParameters
51 * A SSLParameters constructor that allows the values for initial
53 * default as specified in {@link #SSLParameters()}.
56 * use within the SSLParameters, o
60 public SSLParameters(String[] cipherSuites, method in class:SSLParameters
[all...]

Completed in 323 milliseconds