public void exec(PrintStream outPS,PrintStream errPS,String[] args)
{
JCESecurityModule sm = new JCESecurityModule();
Logger logger = new Logger();
logger.addListener(new SimpleLogListener(outPS));
sm.setLogger(logger, "jce-security-module");
Properties cfgProps = new Properties();
SimpleConfiguration cfg = new SimpleConfiguration(cfgProps);
String commandName = null;
String[] commandParams = new String[10]; // 10 is Maximum number of paramters for a command