Class 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.
    • Constructor Summary

      Constructors 
      Constructor Description
      Console()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void exec​(java.io.PrintStream outPS, java.io.PrintStream errPS, java.lang.String[] args)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • main

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

        public void exec​(java.io.PrintStream outPS,
                         java.io.PrintStream errPS,
                         java.lang.String[] args)