SecureBlackbox 2020 iOS Edition

Questions / Feedback?

key (property)

The symmetric key to use for decryption.

Syntax

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

Remarks

Use this property to provide the symmetric key to decrypt the data. This property is only applicable for processing data of EncryptedData subtype.

Assign this property before calling Decrypt.

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