SecureBlackbox 2020 Android Edition

Questions / Feedback?

EncryptInit Method

Initializes a per-block encryption process.

Syntax

public void encryptInit();

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 Android Edition - Version 20.0 [Build 8156]