SecureBlackbox 2020 iOS Edition

Questions / Feedback?

cryptoKeyIV (property)

The initialization vector (IV) of a symmetric key.

Syntax

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

Remarks

The initialization vector (IV) of a symmetric key. This is normally a public part of a symmetric key, the idea of which is to introduce randomness to the encrypted dataand/or serve as a first block in chaining ciphers.

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