org.mozilla.jss.tests
public class JSSE_SSLServer extends Object
| Constructor Summary | |
|---|---|
| JSSE_SSLServer()
Constructs a JSSE_SSLServer. | |
| Method Summary | |
|---|---|
| String | getKeystore()
Get the location of keystore file. |
| String | getProvider()
Get the configured provider. |
| static void | main(String[] args)
Main method to create the class server. |
| void | setKeystore(String fconfigDir)
Set the location of keystore file. |
| void | setProvider(String p)
Set the provider to use. |
| void | startSSLServer(String[] args)
Start SSLServer and accept connections. |
Returns: String configDir
Returns: String provider
Parameters: String fconfigDir
Parameters: String p
Parameters: args[]