Class KeyGenerate

All Implemented Interfaces:
Runnable

public class KeyGenerate extends AKeyCommand
Convex key sub commands convex.key.generate
  • Field Details

    • keyPassword

      protected char[] keyPassword
  • Constructor Details

    • KeyGenerate

      public KeyGenerate()
  • Method Details

    • execute

      public void execute()
      Description copied from class: ACommand
      Execute this command. Subclasses should override this to provide specific command functionality
      Specified by:
      execute in class ACommand