Process the last block in the buffer.
@param out the array the block currently being held is copied into.
@param outOff the offset at which the copying starts.
@return the number of output bytes copied to out.
@exception DataLengthException if there is insufficient space in out forthe output.
@exception IllegalStateException if the underlying cipher is notinitialised.
@exception InvalidCipherTextException if cipher text decrypts wrongly (incase the exception will never get thrown).
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.