IPWorks Encrypt 2020 Kotlin Edition

Questions / Feedback?

DecryptBlock Method

Decrypts a block and returns the decrypted data.

Syntax

public fun decryptBlock(inputBuffer: ByteArray?, lastBlock: Boolean): ByteArray?

Remarks

This method will decrypt the specified block and return the decrypted data.

InputBuffer specifies the encrypted block to decrypt.

LastBlock indicates whether the block is the last block.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 Kotlin Edition - Version 20.0 [Build 7941]