org.apache.openejb.config
Class Cipher

java.lang.Object
  extended by org.apache.openejb.config.Cipher

public class Cipher
extends java.lang.Object

Command line tool on top of the PasswordCipher interface. Basically, it allows end user to encrypt/decrypt a string (ie. a password) using a cipher implementation.


Constructor Summary
Cipher()
           
 
Method Summary
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

Cipher

public Cipher()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws SystemExitException
Throws:
SystemExitException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.