SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

cryptoKeyNonce (property)

A nonce value associated with a key.

Syntax

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

Remarks

A nonce value associated with a key. It is similar to IV, but its only purpose is to introduce randomness.

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