SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

EncryptionType Property

The type of encryption to apply to the archive.

Syntax

public var encryptionType: ArchivewriterEncryptionTypes

public enum class ArchivewriterEncryptionTypes(val value: Int) {
aetDefault(0),
aetNoEncryption(1),
aetGeneric(2),
aetWinZip(3),
aetStrong(4);
}

Default Value

0

Remarks

Specifies the encryption type for the archive.

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