Methods Summary |
---|
public java.lang.String | getAlgorithmName()Return the name of the algorithm the cipher implements.
|
public void | init(boolean forEncryption, CipherParameters params)Initialise the cipher.
|
public void | processBytes(byte[] in, int inOff, int len, byte[] out, int outOff)process a block of bytes from in putting the result into out.
|
public void | reset()reset the cipher. This leaves it in the same state
it was at after the last init (if there was one).
|
public byte | returnByte(byte in)encrypt/decrypt a single byte returning the result.
|