com.opensymphony.module.random
Class Rijndael

java.lang.Object
  |
  +--com.opensymphony.module.random.Rijndael

public class Rijndael
extends java.lang.Object


Constructor Summary
Rijndael()
           
Rijndael(int keysize, int blocksize)
           
 
Method Summary
 byte[] decipher(byte[] block)
           
 byte[] encipher(byte[] block)
           
 int getBlockSize()
           
 int getKeySize()
           
 void initialize(byte[] key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rijndael

public Rijndael(int keysize,
                int blocksize)

Rijndael

public Rijndael()
Method Detail

getBlockSize

public int getBlockSize()

getKeySize

public int getKeySize()

initialize

public void initialize(byte[] key)

encipher

public byte[] encipher(byte[] block)

decipher

public byte[] decipher(byte[] block)

See www.opensymphony.com for more information.