SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

encryptionType (property)

The type of encryption to apply to the archive.

Syntax

@property (nonatomic,readwrite,assign,getter=encryptionType,setter=setEncryptionType:) int encryptionType;
- (int)encryptionType;
- (void)setEncryptionType:(int)newEncryptionType;

/* Possible Values */
AET_DEFAULT(0),
AET_NO_ENCRYPTION(1),
AET_GENERIC(2),
AET_WIN_ZIP(3),
AET_STRONG(4)
public var encryptionType: ArchivewriterEncryptionTypes {
  get {...}
set {...} }
public enum ArchivewriterEncryptionTypes : Int32 { case aetDefault = 0 case aetNoEncryption = 1 case aetGeneric = 2 case aetWinZip = 3 case aetStrong = 4 }

Default Value

0

Remarks

Specifies the encryption type for the archive.

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