Class Console
java.lang.Object
org.jpos.security.jceadapter.Console
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexec(PrintStream outPS, PrintStream errPS, String[] args) Runs the JCE security module console with the given I/O streams.static voidEntry point for the JCE security console.
-
Constructor Details
-
Console
public Console()Default constructor.
-
-
Method Details
-
main
Entry point for the JCE security console.- Parameters:
args- command-line arguments passed toexec(PrintStream, PrintStream, String[])
-
exec
Runs the JCE security module console with the given I/O streams.- Parameters:
outPS- output streamerrPS- error streamargs- command-line arguments
-