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