org.apache.openejb.config
Class Cipher
java.lang.Object
org.apache.openejb.config.Cipher
public class Cipher
- extends 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Cipher
public Cipher()
main
public static void main(String[] args)
throws SystemExitException
- Throws:
SystemExitException
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.