Interface for a standard stream cipher.
Process one byte of input.
Process a block of plaintext data from the input array and place it in the output array.
Reset cipher to its state immediately subsequent the last init.
throw an InvalidArgument exception
See Implementation
Interface for a standard stream cipher.