com.opensymphony.module.random
Class Rijndael

java.lang.Object
  extended bycom.opensymphony.module.random.Rijndael

public class Rijndael
extends Object

DOCUMENT ME!

Version:
$Revision: 1.2 $
Author:
$author$

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()

decipher

public byte[] decipher(byte[] block)

encipher

public byte[] encipher(byte[] block)

initialize

public void initialize(byte[] key)

OSCore Project Page