Method Summary |
|
public Socket | accept() This method works according to the specification of implemented class. |
public boolean | getEnableSessionCreation() This method works according to the specification of implemented class. |
public String[] | getEnabledCipherSuites() This method works according to the specification of implemented class. |
public String[] | getEnabledProtocols() This method works according to the specification of implemented class. |
public boolean | getNeedClientAuth() This method works according to the specification of implemented class. |
public String[] | getSupportedCipherSuites() This method works according to the specification of implemented class. |
public String[] | getSupportedProtocols() This method works according to the specification of implemented class. |
public boolean | getUseClientMode() This method works according to the specification of implemented class. |
public boolean | getWantClientAuth() This method works according to the specification of implemented class. |
public void | setEnableSessionCreation(boolean flag) This method works according to the specification of implemented class. |
public void | setEnabledCipherSuites(String[] suites) This method works according to the specification of implemented class. |
public void | setEnabledProtocols(String[] protocols) This method works according to the specification of implemented class. |
public void | setNeedClientAuth(boolean need) This method works according to the specification of implemented class. |
public void | setUseClientMode(boolean mode) This method works according to the specification of implemented class. |
public void | setWantClientAuth(boolean want) This method works according to the specification of implemented class. |
public String | toString() Returns the string representation of the object. |