public class Rijndael
extends java.lang.Object
Constructor and Description |
---|
Rijndael() |
Rijndael(int keysize,
int blocksize) |
Modifier and Type | Method and Description |
---|---|
byte[] |
decipher(byte[] block) |
byte[] |
encipher(byte[] block) |
int |
getBlockSize() |
int |
getKeySize() |
void |
initialize(byte[] key) |