|
|
javax > javax.net > javax.net.ssl > javax.net.ssl.sslparameters >
Class: javax.net.ssl.SSLParameters java.lang.Object javax.net.ssl.SSLParameters
public class SSLParameters extends Object
FIELDS:
CONSTRUCTORS:
| | | public | SSLParameters() |
| | public | SSLParameters(String[] cipherSuites) |
| | public | SSLParameters(String[] cipherSuites, String[] protocols) |
| |
|
|
|
METHODS:
| | | | public | String[] | getCipherSuites() |
| | public | boolean | getNeedClientAuth() |
| | public | String[] | getProtocols() |
| | public | boolean | getWantClientAuth() |
| | public | void | setCipherSuites(String[] cipherSuites) |
| | public | void | setNeedClientAuth(boolean needClientAuth) |
| | public | void | setProtocols(String[] protocols) |
| | public | void | setWantClientAuth(boolean wantClientAuth) |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|