gov.lanl.KeyManager
Class KeyMgr

java.lang.Object
  |
  +--gov.lanl.KeyManager.KeyMgr

public class KeyMgr
extends java.lang.Object

Provides a GUI application for OpenEMed to manage keys for certificate authorities and users for use by clients and servers; configured from an xml file.

 

Constructor Summary
KeyMgr()
           
 
Method Summary
static void main(java.lang.String[] args)
          Starts the keymanager application
 void startKeyMgr(java.lang.String[] args)
          Start up the key manager and display the gui
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyMgr

public KeyMgr()
Method Detail

startKeyMgr

public void startKeyMgr(java.lang.String[] args)
                 throws java.lang.Exception
Start up the key manager and display the gui

java.lang.Exception
Parameters:
args - are the command line arguments, contains the path to the xml file.

main

public static void main(java.lang.String[] args)
Starts the keymanager application