Returns the length in bytes that an output buffer would
need to be in order to hold the result of the next update
or doFinal operation, given the input length
inputLen (in bytes).
This call takes into account any unprocessed (buffered) data from a
previous update call, padding, and AEAD tagging.
The actual output length of the next update or
doFinal call may be smaller than the length returned by
this method.
inputLen | the input length (in bytes) |
Diagram: Cipher