org.mozilla.jss.tests
public class JSSE_SSLClient extends Object
| Constructor Summary | |
|---|---|
| JSSE_SSLClient()
Default constructor. | |
| Method Summary | |
|---|---|
| void | configureCipherSuites(String server, String CipherSuite) |
| String | getKeystoreLoc()
Get the location of rsa.pfx |
| boolean | isServerAlive() |
| static void | main(String[] args)
Main method for local unit testing. |
| void | outputCipherResults() |
| void | sendServerShutdownMsg()
sendServerShutdownMsg |
| void | setCipherSuite(String fCipherSuite)
Set the cipher suite name to use. |
| void | setHost(String fHost)
Set the host name to connect to. |
| void | setKeystoreLoc(String fKeystoreLoc)
Set the location of rsa.pfx |
| void | setPort(int fPort)
Set the port number to connect to. |
| void | setSslRevision(String fSslRevision)
Set the protocol type and revision |
| void | testCiphersuites()
Test communication with SSL server S |
Returns: String fKeystoreLoc
Parameters: String cipherSuiteName
Parameters: String hostname
Parameters: String fKeystoreLoc
Parameters: int portnumber
Parameters: String sslRevision