Class KeyGenerator

java.lang.Object
net.handle.apps.tools.KeyGenerator

public class KeyGenerator extends Object
This class is run from the command-line to generate authentication keys
  • Constructor Details

    • KeyGenerator

      public KeyGenerator()
  • Method Details

    • printUsage

      public static final void printUsage()
    • main

      public static void main(String[] argv) throws Exception
      Throws:
      Exception
    • generateKeys

      public static final void generateKeys(String algorithm, int keySize, byte[] secKey, File privKeyFile, File pubKeyFile) throws Exception
      Throws:
      Exception