- input
- the input bytes to transform.
- inputOffset
- the offset in the input to start.
- inputLen
- the length of the input to transform.
- output
- the output buffer.
- outputOffset
- the offset in the output buffer.
Documentation for this section has not yet been entered.
Type Reason Javax.Crypto.ShortBufferException if the size of the output buffer is too small.
Continues a multi-part transformation (encryption or decryption). The transformed bytes are stored in the output buffer.
If the size of the output buffer is too small to hold the result, a ShortBufferException is thrown. Use Cipher.GetOutputSize(int) to check for the size of the output buffer.