SecureBlackbox Lite 2020 Kotlin Edition

Questions / Feedback?

EncryptInit Method

Initializes a per-block encryption process.

Syntax

public fun 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 Lite 2020 Kotlin Edition - Version 20.0 [Build 8063]