org.cumulus4j.keymanager.cli
Class KeyManagerCLI
java.lang.Object
   org.cumulus4j.keymanager.cli.KeyManagerCLI
org.cumulus4j.keymanager.cli.KeyManagerCLI
- public class KeyManagerCLI 
- extends Object
 Command line tool for the key store.
 
 
 Though this is the main class of the CLI, the actual logic for all command line
 operations is implemented in subclasses of SubCommand.
 
- Author:
- Marco หงุ่ยตระกูล-Schulze - marco at nightlabs dot de
 
 
| Method Summary | 
| static void | main(String[] args)Main method providing a command line interface (CLI) to the
 KeyStore. | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
subCommandClasses
public static final List<Class<? extends SubCommand>> subCommandClasses
subCommands
public static final List<SubCommand> subCommands
subCommandName2subCommand
public static final Map<String,SubCommand> subCommandName2subCommand
KeyManagerCLI
public KeyManagerCLI()
main
public static void main(String[] args)
- Main method providing a command line interface (CLI) to the KeyStore.
 
- 
- Parameters:
- args- the program arguments.
 
Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.