SecureBlackbox 2020 iOS Edition

Questions / Feedback?

keyDecryptionKey (property)

The symmetric key used to decrypt a session key.

Syntax

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

Remarks

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

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