Class KeyDelete

All Implemented Interfaces:
Runnable

public class KeyDelete extends AKeyCommand
  • Constructor Details

    • KeyDelete

      public KeyDelete()
  • Method Details

    • deleteEntry

      protected void deleteEntry(String alias) throws KeyStoreException
      Throws:
      KeyStoreException
    • 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