Description
In CryptoInputStream, for int read(ByteBuffer buf)), if there is unread value in outBuffer, then the current return value is incorrect. This case happens when caller uses bytes array read firstly and then do the ByteBuffer read.
In CryptoInputStream, for int read(ByteBuffer buf)), if there is unread value in outBuffer, then the current return value is incorrect. This case happens when caller uses bytes array read firstly and then do the ByteBuffer read.