Class OBF

java.lang.Object
org.jpos.q2.cli.OBF
All Implemented Interfaces:
CLICommand

public class OBF extends Object implements CLICommand
Obfuscate a secret
  • Constructor Details

    • OBF

      public OBF()
      Default constructor; no instance state to initialise.
  • Method Details

    • exec

      public void exec(CLIContext cli, String[] args) throws Exception
      Description copied from interface: CLICommand
      Executes the CLI command.
      Specified by:
      exec in interface CLICommand
      Parameters:
      cli - the CLI context
      args - command arguments
      Throws:
      Exception - on error
    • usage

      public void usage(CLIContext cli)
      Prints command usage to cli.
      Parameters:
      cli - the CLI context to write to