BlockCipherpublic class NullCipher extends java.lang.Object implements BlockCipher
| Constructor | Description |
|---|---|
NullCipher() |
|
NullCipher(int blockSize) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getBlockSize() |
|
void |
init(boolean forEncryption,
byte[] key) |
|
void |
transformBlock(byte[] src,
int srcoff,
byte[] dst,
int dstoff) |
public void init(boolean forEncryption,
byte[] key)
init in interface BlockCipherpublic int getBlockSize()
getBlockSize in interface BlockCipherpublic void transformBlock(byte[] src,
int srcoff,
byte[] dst,
int dstoff)
transformBlock in interface BlockCipher