data
in a single-part operation, or finishes a multiple-part operation. The data is decrypted depending on how this cipher was initialized. The bytes in the input buffer, and any input bytes that may have been buffered during a previous update operation, are processed, with padding (if requested) being applied. The result is stored in a new buffer.
if any exception is thrown, this cipher object may need to be reset before it can be used again.
@param data The input buffer to decrypt @return The new buffer with the result
|
|