Class AbstractCryptoCmd

java.lang.Object
com.aeontronix.enhancedmule.tools.cli.crypto.AbstractCryptoCmd
All Implemented Interfaces:
Callable<Integer>
Direct Known Subclasses:
DecryptCmd, EncryptCmd

public abstract class AbstractCryptoCmd extends Object implements Callable<Integer>
  • Field Details

    • cli

      protected EMTCli cli
    • keyOptions

      protected com.aeontronix.enhancedmule.tools.cli.crypto.EncryptCmd.KeyOptions keyOptions
    • value

      protected String value
    • descPath

      protected File descPath
    • filePath

      protected File filePath
  • Constructor Details

    • AbstractCryptoCmd

      public AbstractCryptoCmd()
  • Method Details