| java.lang.Object org.apache.harmony.tools.keytool.Main
Main | public class Main (Code) | | The main class that bundles command line parsing, interaction with the user
and work with keys and certificates.
Class that implements the functionality of the key and certificate management
tool.
|
Method Summary | |
static void | doWork(KeytoolParameters param) Does the actual work with keys and certificates, based on the parameter
param. | public static void | main(String[] args) The main method to run from command line. | public static void | run(String[] args) The main method to run from another program. |
doWork | static void doWork(KeytoolParameters param) throws Exception(Code) | | Does the actual work with keys and certificates, based on the parameter
param. If something goes wrong an exception is thrown.
|
main | public static void main(String[] args)(Code) | | The main method to run from command line.
Parameters: args - -command line with options. |
run | public static void run(String[] args) throws Exception(Code) | | The main method to run from another program.
Parameters: args - -command line with options. |
|
|