return the size of the output buffer required for a processBytes plus a doFinal with an input of len bytes.
the length of the input.
the space required to accommodate a call to processBytes and doFinal with len bytes of input.
See Implementation
return the size of the output buffer required for a processBytes plus a doFinal with an input of len bytes.