Class CommandLineHandlerCipherEncrypt

java.lang.Object
net.messagevortex.commandline.CommandLineHandlerCipherEncrypt
All Implemented Interfaces:
Callable<Integer>

public class CommandLineHandlerCipherEncrypt extends Object implements Callable<Integer>

Commandline handler for symmetric encryption.

  • Constructor Details

    • CommandLineHandlerCipherEncrypt

      public CommandLineHandlerCipherEncrypt()
  • Method Details

    • call

      public Integer call() throws Exception

      Commandline handler or encryption.

      Use java -jar MessageVortex.jar crypt encrypt --help to get all supported parameters.

      Specified by:
      call in interface Callable<Integer>
      Returns:
      the return code
      Throws:
      Exception - if anything goes wrong