com.esri.arcgis.util.security
Class Cryptographer
java.lang.Object
  
com.esri.arcgis.util.security.Cryptographer
public class Cryptographer
- extends Object
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Cryptographer
public Cryptographer()
              throws SecurityException
- Throws:
 SecurityException
encrypt
public String encrypt(String str)
               throws SecurityException,
                      UnsupportedEncodingException
- convenience method for encrypting a string.
- Parameters:
 str - Description of the Parameter
- Returns:
 - String the encrypted string.
 - Throws:
 SecurityException - Description of the Exception
UnsupportedEncodingException
 
 
decrypt
public String decrypt(String str)
               throws SecurityException,
                      UnsupportedEncodingException
- convenience method for encrypting a string.
- Parameters:
 str - Description of the Parameter
- Returns:
 - String the encrypted string.
 - Throws:
 SecurityException - Description of the Exception
UnsupportedEncodingException