gov.lanl.ooexam
Class Server

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

public class Server
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
Server(java.util.Properties inServerProps, 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

Server

public Server(java.util.Properties inServerProps,
              gov.lanl.SSLTools.ServiceInterface inServiceInf)
Method Detail

main

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

Parameters:
args - Application command line parameters.