cryptix.provider.cipher
public final class Rijndael extends Cipher implements SymmetricCipher
Rijndael was designed by Vincent Rijmen and Joan Daemen.
Since: Cryptix 3.1.3/3.2.0
Version: $Revision: 1.1 $
Constructor Summary | |
---|---|
Rijndael() |
Method Summary | |
---|---|
protected void | coreInit(Key key, boolean decrypt) |
protected int | engineBlockSize() |
protected void | engineInitDecrypt(Key key) |
protected void | engineInitEncrypt(Key key) |
protected int | engineUpdate(byte[] in, int inOffset, int inLen, byte[] out, int outOffset) |