edu.harvard.deas.hyperenc
Class HyperEncryption
java.lang.Object
edu.harvard.deas.hyperenc.HyperEncryption
public class HyperEncryption
- extends Object
Entry point for the client. Reads config files, constructs storages,
collectors, and communicators, then creates a UI and launches it.
Method Summary |
static void |
main(String[] args)
Runs the HyperEncryption application. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
- Runs the HyperEncryption application. Reads the configuration files and
launches the GUI.
There are two configuration files that must be present:
accountsettings.xml
- a Java Properties file containing
e-mail account and server information.
psn_list.txt
- a list of PSNs and associated integer IDs,
one per line
At present, the names/locations of the configuration files are not
configurable. This will be changed in a future release.
- Parameters:
args
- must be empty. No command line arguments are accepted at present.- See Also:
Properties