org.apache.harmony.tools.jarsigner |
|
Java Source File Name | Type | Comment |
ArgParser.java | Class | The class to parse the program arguments. |
FileNameGenerator.java | Class | Class to build the base file names for .SF and .DSA files. |
JarSignerException.java | Class | Class representing the exceptions specific for jarsigner. |
JSHelper.java | Class | The class prints JarSigner help message. |
JSLogFormatter.java | Class | Simple formatter to output given Strings without formatting. |
JSParameters.java | Class | The class encapsulates paramaters for jarsigner most of which are usually
given in command line. |
JSSigner.java | Class | Class to sign JAR files. |
JSVerifier.java | Class | Class to verify JAR files. |
Main.java | Class | The main class that bundles command line parsing, interaction with the user,
exception handling and JAR signing and verification work. |
TimeStampGenerator.java | Class | Class to generate time stamps. |
UserInteractor.java | Class | Class to interact with user - ask for confirmations, and necessary parameters
which haven't been set in the command line. |