com.ibm.etill.framework.admin
Class PSNewUtil

java.lang.Object
  |
  +--com.ibm.etill.framework.admin.PSNewUtil

public final class PSNewUtil
extends Object


Constructor Summary
PSNewUtil(String password)
           
 
Method Summary
 String decrypt(String enctext)
           
 String encrypt(String text)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PSNewUtil

public PSNewUtil(String password)
Method Detail

encrypt

public String encrypt(String text)
               throws Exception

decrypt

public String decrypt(String enctext)
               throws Exception