weblogic.jms.extensions
Class ClientSAFEncrypt
java.lang.Object
   weblogic.jms.extensions.ClientSAFEncrypt
weblogic.jms.extensions.ClientSAFEncrypt
- public class ClientSAFEncrypt 
- extends Object
Helper class for encrypting passwords for Client SAF configuration files.
 The weblogic.jms.extensions.ClientSAFEncrypt utility encrypts cleartext 
 strings for use with JMS SAF clients in order to access remote SAF contexts. 
 It will display the XML text for use in the client SAF configuration files.  
 If all command line arguments aren't supplied, this utility will prompt the 
 user to supply them (enter an empty string or 'quit' to exit).  For more 
 information refer to the client SAF documentation in "Programming Stand-alone
 Clients".
 
 Usage:
 
 java  weblogic.jms.extensions.ClientSAFEncrypt
         [ key-password [remote-password ]*]  
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
main
public static void main(String[] args)
-