uk.me.nxg.enormity
Class Main
java.lang.Object
uk.me.nxg.enormity.Main
public class Main
- extends Object
Converts XML to and from the ESIS form, with and without normalisation.
Usage:
java -jar enormity.jar [-iformat] [-oformat] [-n] [-sident:passphrase] file
The possible formats are xml
(default for input)
and esis
(default for output). The option
ident:passphrase
gives the identity to use for the
signature, and its passphrase (this is clearly not secure in
general).
If the -n
option is present, the output is normalised.
The GPG command is either gpg
or else the value of the
gpg.binary
system property. The program respects the value of
the GNUPGHOME
environment variable, for locating the
keychain.
Constructor Summary |
Main()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Main
public Main()
main
public static void main(String[] args)
Copyright © 2012. All Rights Reserved.