org.mozilla.jss.ssl

Class SSLClient

public class SSLClient extends Object

Parameters supported by this socket test: filename file to be read from https server (default: /index.html) port port to connect to (default: 443) ipaddr address to connect to (overrides hostname, no default) hostname host to connect to (no default) clientauth do client-auth or not (default: no client-auth) The following parameters are used for regression testing, so we can print success or failure of the test. filesize size of file to be read status security status of connection - this has to be an integer cipher sessionKeySize sessionSecretSize issuer subject certSerialNum
Constructor Summary
SSLClient(PrintStream ps, String verStr, String[] argv)
Method Summary
static voidmain(String[] argv)
voidrun(boolean printHeader)

Constructor Detail

SSLClient

public SSLClient(PrintStream ps, String verStr, String[] argv)

Method Detail

main

public static void main(String[] argv)

run

public void run(boolean printHeader)