| cryptix.jce.provider.cipher.BlockCipher cryptix.jce.provider.cipher.Rijndael
Rijndael | final public class Rijndael extends BlockCipher (Code) | | Rijndael --pronounced Reindaal-- is a symmetric cipher with a 128-bit
block size and variable key-size (128-, 192- and 256-bit).
Rijndael was designed by Vincent
Rijmen and Joan Daemen.
version: $Revision: 1.1 $ author: Raif S. Naffah author: Paulo S. L. M. Barreto (pbarreto@cryptix.org) author: Jeroen C. van Gelderen (gelderen@cryptix.org) |
Method Summary | |
protected void | coreCrypt(byte[] in, int inOffset, byte[] out, int outOffset) | protected void | coreInit(Key key, boolean decrypt) |
Rijndael | public Rijndael()(Code) | | |
coreCrypt | protected void coreCrypt(byte[] in, int inOffset, byte[] out, int outOffset)(Code) | | |
Methods inherited from cryptix.jce.provider.cipher.BlockCipher | final public Object clone() throws CloneNotSupportedException(Code)(Java Doc) abstract void coreCrypt(byte[] in, int inOffset, byte[] out, int outOffset)(Code)(Java Doc) int coreGetBlockSize()(Code)(Java Doc) abstract void coreInit(Key key, boolean decrypt) throws InvalidKeyException(Code)(Java Doc) final protected int engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) throws ShortBufferException, IllegalBlockSizeException, BadPaddingException(Code)(Java Doc) final protected byte[] engineDoFinal(byte[] input, int inputOffset, int inputLen) throws IllegalBlockSizeException, BadPaddingException(Code)(Java Doc) final protected int engineGetBlockSize()(Code)(Java Doc) final protected byte[] engineGetIV()(Code)(Java Doc) protected int engineGetKeySize(Key key) throws InvalidKeyException(Code)(Java Doc) final protected int engineGetOutputSize(int inputLen)(Code)(Java Doc) final protected AlgorithmParameters engineGetParameters()(Code)(Java Doc) final protected void engineInit(int opmode, Key key, SecureRandom random) throws InvalidKeyException(Code)(Java Doc) final protected void engineInit(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random) throws InvalidKeyException, InvalidAlgorithmParameterException(Code)(Java Doc) final protected void engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random) throws InvalidKeyException, InvalidAlgorithmParameterException(Code)(Java Doc) final protected void engineSetMode(String mode) throws NoSuchAlgorithmException(Code)(Java Doc) final protected void engineSetPadding(String padding) throws NoSuchPaddingException(Code)(Java Doc) final protected int engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset) throws ShortBufferException(Code)(Java Doc) final protected byte[] engineUpdate(byte[] input, int inputOffset, int inputLen)(Code)(Java Doc)
|
|
|