SecureBlackbox 2020 iOS Edition

Questions / Feedback?

encryptInit (method)

Initializes a per-block encryption process.

Syntax

- (void)encryptInit;
public func encryptInit() throws -> Void

Remarks

Use this method to initialize a block-by-block encryption process. Follow it with calls to EncryptUpdate (as many as needed), and complete the encryptionwith an EncryptFinal call.

Specify the encryption key in Key property before calling this method.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]