Class AKeyCommand

java.lang.Object
convex.cli.ACommand
convex.cli.key.AKeyCommand
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
KeyDelete, KeyExport, KeyGenerate, KeyImport, KeyList, KeySign

public abstract class AKeyCommand extends ACommand
Base class for commands working with the configured key store
  • Field Details

    • keyParent

      protected Key keyParent
    • storeMixin

      protected KeyStoreMixin storeMixin
  • Constructor Details

    • AKeyCommand

      public AKeyCommand()
  • Method Details

    • cli

      public Main cli()
      Description copied from class: ACommand
      Gets the current CLI main command instance
      Specified by:
      cli in class ACommand
      Returns:
      CLI instance