org.bouncycastle.crypto.engines
public class CamelliaEngine extends Object implements BlockCipher
| Constructor Summary | |
|---|---|
| CamelliaEngine() | |
| Method Summary | |
|---|---|
| String | getAlgorithmName() |
| int | getBlockSize() |
| void | init(boolean forEncryption, CipherParameters params) |
| int | processBlock(byte[] in, int inOff, byte[] out, int outOff) |
| void | reset() |