jPOS 1.6.7 API Documentation

org.jpos.security.jceadapter
Class Console

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

public class Console
extends java.lang.Object

A simple application for sending critical commands to the JCE Security Module. The functionalities available from this console, are not available programmatically (via API's), for security reasons, because most of them involve clear (non encrypted) keys. Those commands are package protected in the JCE Security Module.

Version:
$Revision: 2854 $ $Date: 2010-01-02 02:34:31 -0800 (Sat, 02 Jan 2010) $
Author:
Hani Samuel Kirollos

Constructor Summary
Console()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Console

public Console()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args -

jPOS.org