Class AbstractCryptoCmd

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

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

    • keyOptions

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

      protected String value
    • descPath

      protected File descPath
    • filePath

      protected File filePath
  • Constructor Details

    • AbstractCryptoCmd

      public AbstractCryptoCmd()
  • Method Details