IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

decryptBlock (method)

Decrypts a block and returns the decrypted data.

Syntax

- (NSData*)decryptBlock:(NSData*)inputBuffer :(BOOL)lastBlock;
public func decryptBlock(_ inputBuffer: Data, _ lastBlock: Bool) throws -> Data

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) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 iOS Edition - Version 20.0 [Build 8155]