Save This Page
Home » openjdk-7 » sun.security » tools » [javadoc | source]
sun.security.tools
public final class: KeyTool [javadoc | source]
java.lang.Object
   sun.security.tools.KeyTool
This tool manages keystores.
Method from sun.security.tools.KeyTool Summary:
doCommands,   loadSourceKeyStore,   main,   parseArgs
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from sun.security.tools.KeyTool Detail:
  void doCommands(PrintStream out) throws Exception 
    Execute the commands.
 KeyStore loadSourceKeyStore() throws Exception 
    Load the srckeystore from a stream, used in -importkeystore
 public static  void main(String[] args) throws Exception 
  void parseArgs(String[] args) 
    Parse command line arguments.