Package org.mozilla.jss.ssl
Class SSLServer
java.lang.Object
org.mozilla.jss.ssl.SSLServer
Parameters supported by this socket test:
filename file to be read from https server (default: /index.html)
port port to connect to (default: 443)
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
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) String[](package private) static final int[](package private) boolean(package private) String(package private) booleanprivate static String(package private) String(package private) PrintStream(package private) String[](package private) String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate StringgetArgument(String key) voidprivate booleanstatic voidvoidrun()
-
Field Details
-
Constructor Details
-
SSLServer
-
-
Method Details
-
isInvalid
-
getArgument
-
run
public void run() -
handleConnection
- Throws:
IOException
-
main
- Throws:
Exception
-