SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

nonce (property)

Specifies the Nonce value to employ.

Syntax

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

Remarks

Use this property to specify the Nonce value for the symmetric operation. Not every algorithm or modeuses nonce.

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