Methods Summary |
---|
public java.lang.String | getAlgorithmName()Return the name of the algorithm the cipher implements.
|
public int | getBlockSize()Return the block size for this cipher (in bytes).
|
public void | init(boolean forEncryption, CipherParameters params)Initialise the cipher.
|
public int | processBlock(byte[] in, int inOff, byte[] out, int outOff)Process one block of input from the array in and write it to
the out array.
|
public void | reset()Reset the cipher. After resetting the cipher is in the same state
as it was after the last init (if there was one).
|