gov.lanl.ooexam
Class Client

java.lang.Object
  |
  +--gov.lanl.ooexam.Client

public class Client
extends java.lang.Object

NOTE: You need to start both the Server and the Client from the folder where the keystore and the truststore files are located. Or you might adapt the path to using other key- and truststores.

 

Constructor Summary
Client(java.util.Properties inClientProps, gov.lanl.SSLTools.ServiceInterface inServiceInf)
           
 
Method Summary
static void main(java.lang.String[] args)
          Entry point for the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Client

public Client(java.util.Properties inClientProps,
              gov.lanl.SSLTools.ServiceInterface inServiceInf)
Method Detail

main

public static void main(java.lang.String[] args)
Entry point for the application.

Parameters:
args - Command line options.