SecureBlackbox 2020 iOS Edition

Questions / Feedback?

decryptionKey (property)

The symmetric (session) key used to encrypt the data.

Syntax

@property (nonatomic,readwrite,assign,getter=decryptionKey,setter=setDecryptionKey:) NSData* decryptionKey;
- (NSData*)decryptionKey;
- (void)setDecryptionKey:(NSData*)newDecryptionKey;
public var decryptionKey: Data {
  get {...}
set {...} }

Remarks

Use this property to provide the encryption symmetric (session) key that will be used to encrypt a data.

It is required when the EncryptKey property is disabled. If the EncryptKey property is enabled, and no value is set, the component will generate a random session key (recommended).

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