Class CommandLineHandlerCipherList

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

public class CommandLineHandlerCipherList extends Object implements Callable<Integer>

Commandline handler to list available ciphers.

  • Constructor Details

    • CommandLineHandlerCipherList

      public CommandLineHandlerCipherList()
  • Method Details

    • call

      public Integer call() throws Exception

      Commandline handler to list all available ciphers, modes and paddings.

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

      Specified by:
      call in interface Callable<Integer>
      Returns:
      the errorlevel to be returned
      Throws:
      Exception - if anything goes wrong