- input
- the input bytes to transform.
- inputOffset
- the offset in the input to start.
- inputLen
- the length of the input to transform.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IllegalStateException if this cipher instance is not initialized for encryption or decryption. Java.Lang.IllegalArgumentException if the input is null, or if inputOffset and inputLen do not specify a valid chunk in the input buffer.
Continues a multi-part transformation (encryption or decryption). The transformed bytes are returned.