Methods Summary |
---|
public int | getInputBlockSize()returns the largest size an input block can be.
|
public int | getOutputBlockSize()returns the maximum size of the block produced by this cipher.
|
public void | init(boolean forEncryption, CipherParameters param)initialise the cipher.
|
public byte[] | processBlock(byte[] in, int inOff, int len)process the block of len bytes stored in in from offset inOff.
|