Method Summary |
|
public static void | main(String[] args) |
public void | setUp() Sets up the test case. |
public static Test | suite() |
public void | testAddRemoveHandshakeCompletedListener() addHandshakeCompletedListener( HandshakeCompletedListener listener)
method testing. |
public void | testGetEnabledCipherSuites() getEnabledCipherSuites() method testing. |
public void | testGetEnabledProtocols() getEnabledProtocols() method testing. |
public void | testGetInputStream() getInputStream() method testing. |
public void | testGetOutputStream() getOutputStream() method testing. |
public void | testGetSession() getSession() method testing. |
public void | testGetSupportedCipherSuites() getSupportedCipherSuites() method testing. |
public void | testGetSupportedProtocols() getSupportedProtocols() method testing. |
public void | testSSLSocketImpl1() SSLSocketImpl(SSLParameters sslParameters) method testing. |
public void | testSSLSocketImpl2() SSLSocketImpl(String host, int port, SSLParameters sslParameters) method
testing. |
public void | testSSLSocketImpl3() SSLSocketImpl(String host, int port, InetAddress localHost, int
localPort, SSLParameters sslParameters) method testing. |
public void | testSSLSocketImpl4() SSLSocketImpl(InetAddress host, int port, SSLParameters sslParameters)
method testing. |
public void | testSSLSocketImpl5() SSLSocketImpl(InetAddress address, int port, InetAddress localAddress,
int localPort, SSLParameters sslParameters) method testing. |
public void | testSendUrgentData() sendUrgentData(int data) method testing. |
public void | testSetEnabledCipherSuites() setEnabledCipherSuites(String[] suites) method testing. |
public void | testSetEnabledProtocols() setEnabledProtocols(String[] protocols) method testing. |
public void | testSetGetEnableSessionCreation() setEnableSessionCreation(boolean flag) method testing. |
public void | testSetGetNeedClientAuth() setNeedClientAuth(boolean need) method testing. |
public void | testSetGetUseClientMode() setUseClientMode(boolean mode) method testing. |
public void | testSetGetWantClientAuth() setWantClientAuth(boolean want) method testing. |
public void | testSetOOBInline() setOOBInline(boolean on) method testing. |
public void | testShutdownInput() shutdownInput() method testing. |
public void | testShutdownOutput() shutdownOutput() method testing. |
public void | testStartHandshake() startHandshake() method testing. |
public void | testToString() toString() method testing. |