Uses of Class
com.jalios.util.StringEncrypter.EncryptionException

Packages that use StringEncrypter.EncryptionException
com.jalios.util Contains Jalios utility classes (Unix-like crypt class, RSS parser, mail utility, servlet utility, comparators and miscellaneous utility static methods). 
 

Uses of StringEncrypter.EncryptionException in com.jalios.util
 

Methods in com.jalios.util that throw StringEncrypter.EncryptionException
 String StringEncrypter.decrypt(String encryptedString)
          Decrypt the specified string using this StringEncrypter.
static String Util.decryptDES3(String encryptedStr)
          Decrypt the specified string using DESede StringEncrypter using same internal key used by Util.encryptDES3(String).
 String StringEncrypter.encrypt(String unencryptedString)
          Encrypt the specified string using this StringEncrypter.
static String Util.encryptDES3(String clearStr)
          Encrypt the specified string using DESede StringEncrypter with an internal key.

WARNING: This method is not mathematically safe and is only used to hide sensitive data on first look.
 

Constructors in com.jalios.util that throw StringEncrypter.EncryptionException
StringEncrypter(String encryptionScheme, String encryptionKey)
          Create a new StringEncrypter using the specified encryption scheme and key.
 



Copyright © 2001-2010 Jalios SA. All Rights Reserved.