Base symmetric cipher class
Reset cipher to its state immediately subsequent the last init.
Process a block of plaintext data from the input array and place it in the output array.
throw an InvalidArgument exception
See Implementation
Base symmetric cipher class