public class Rijndael
extends Object 
Implementation for Rijnadel algorithm from cryptix package with standard java crypto packages
- 
Method Summary
Decrypt data by rijndaels algorithm
 
Encrypt text by rijndaels algorithm
 
 
 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
Method Details
- 
encrypt
Encrypt text by rijndaels algorithm
- Parameters:
 
text -  
key -  
- Returns:
 
- Throws:
 
Exception 
 
- 
decrypt
Decrypt data by rijndaels algorithm
- Parameters:
 
data -  
key -  
- Returns:
 
- Throws:
 
Exception