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