Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

weblogic.jms.extensions
Class ClientSAFEncrypt

java.lang.Object
  extended by 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 ]*]


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

Method Detail

main

public static void main(String[] args)

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02