SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

keyNonce (property)

A nonce value associated with a key.

Syntax

@property (nonatomic,readwrite,assign,getter=keyNonce,setter=setKeyNonce:) NSData* keyNonce;
- (NSData*)keyNonce;
- (void)setKeyNonce:(NSData*)newKeyNonce;
public var keyNonce: 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]