SecureBlackbox 2020 iOS Edition

Questions / Feedback?

encryptKey (property)

Specifies if the encryption key is encrypted.

Syntax

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

Default Value

FALSE

Remarks

Use this property to specify if encryption (session) key should be encrypted and also added to the encrypted data.

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