Class KeyImport

All Implemented Interfaces:
Runnable

public class KeyImport extends AKeyCommand
Convex key sub commands convex.key.import
  • Field Details

    • keyParent

      protected Key keyParent
    • keyPassword

      protected char[] keyPassword
  • Constructor Details

    • KeyImport

      public KeyImport()
  • Method Details

    • importKeyPair

      public AKeyPair importKeyPair()
      Import key pair
      Returns:
      Key pair, or null if cancelled
    • 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