SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

associatedData (property)

Provides Associated Data for AEAD algorithms.

Syntax

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

Remarks

Use this property to set up Associated Data for AEAD encryption algorithms.

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