Class Console

java.lang.Object
org.jpos.security.jceadapter.Console

public class Console extends Object
Simple command-line console for testing the JCE security module.
  • Constructor Details

    • Console

      public Console()
      Default constructor.
  • Method Details

    • main

      public static void main(String[] args)
      Entry point for the JCE security console.
      Parameters:
      args - command-line arguments passed to exec(PrintStream, PrintStream, String[])
    • exec

      public void exec(PrintStream outPS, PrintStream errPS, String[] args)
      Runs the JCE security module console with the given I/O streams.
      Parameters:
      outPS - output stream
      errPS - error stream
      args - command-line arguments