Class SSLClient


  • public class SSLClient
    extends java.lang.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

      Constructors 
      Constructor Description
      SSLClient​(java.io.PrintStream ps, java.lang.String verStr, java.lang.String[] argv)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] argv)  
      void run​(boolean printHeader, boolean testRegression)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SSLClient

        public SSLClient​(java.io.PrintStream ps,
                         java.lang.String verStr,
                         java.lang.String[] argv)
    • Method Detail

      • run

        public void run​(boolean printHeader,
                        boolean testRegression)
      • main

        public static void main​(java.lang.String[] argv)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception