public class NullCipher extends Object implements BlockCipher
Constructor and Description |
---|
NullCipher() |
NullCipher(int blockSize) |
Modifier and Type | Method and 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 BlockCipher
public int getBlockSize()
getBlockSize
in interface BlockCipher
public void transformBlock(byte[] src, int srcoff, byte[] dst, int dstoff)
transformBlock
in interface BlockCipher
Copyright © 2019. All rights reserved.