Class GenerateKeys

java.lang.Object
marauroa.tools.GenerateKeys

public class GenerateKeys extends Object
generates a key pair for server.ini
Author:
hendrik
  • Constructor Details

    • GenerateKeys

      public GenerateKeys()
  • Method Details

    • getStringWithDefault

      public static String getStringWithDefault(String defaultValue)
      reads a String from the input. When no String is chosen the defaultValue is used.
      Parameters:
      defaultValue - if no value is written.
      Returns:
      the string read or default if none was read.
    • main

      public static void main(String[] args) throws IOException
      Parameters:
      args -
      Throws:
      IOException