Class SSLServer

java.lang.Object
org.mozilla.jss.ssl.SSLServer

public class SSLServer 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) 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 Details

    • handshakeEventHappened

      boolean handshakeEventHappened
    • doClientAuth

      boolean doClientAuth
    • args

    • results

      PrintStream results
    • versionStr

      String versionStr
    • argNames

      String[] argNames
    • values

      String[] values
    • htmlHeader

      private static String htmlHeader
    • okay

      String okay
    • failed

      String failed
    • cipherSuites

      static final int[] cipherSuites
  • Constructor Details

  • Method Details