SecureBlackbox 2020 iOS Edition

Questions / Feedback?

compress (property)

Whether to compress the data before encrypting it.

Syntax

@property (nonatomic,readwrite,assign,getter=compress,setter=setCompress:) BOOL compress;
- (BOOL)compress;
- (void)setCompress:(BOOL)newCompress;
public var compress: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

Set this property to True to compress the data before encryption. Use CompressionAlgorithm and CompressionLevel to tune up compression parameters.

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