IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

useAEAD (property)

Whether to use AEAD (Authenticated Encryption with Additional Data).

Syntax

@property (nonatomic,readwrite,assign,getter=useAEAD,setter=setUseAEAD:) BOOL useAEAD;
- (BOOL)useAEAD;
- (void)setUseAEAD:(BOOL)newUseAEAD;
public var useAEAD: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

If this property is set to True the class uses the algorithm AEAD_CHACHA20_POLY1305 as defined in RFC 7539 to construct a message using AEAD. See Encrypt and Decrypt for details.

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