SecureBlackbox 2020 iOS Edition

Questions / Feedback?

keyEncryptionKey (property)

The symmetric key used to encrypt a session key.

Syntax

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

Remarks

Use this property to provide the encryption symmetric key that will be used to encrypt a session key. It is required when the EncryptKey property is enabled and KeyEncryptionType is set to cxetKeyWrap value.

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