SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

tagSize (property)

Specifies the AEAD tag size, in bytes.

Syntax

@property (nonatomic,readwrite,assign,getter=tagSize,setter=setTagSize:) int tagSize;
- (int)tagSize;
- (void)setTagSize:(int)newTagSize;
public var tagSize: Int32 {
  get {...}
set {...} }

Default Value

16

Remarks

Use this property to specify/customize the tag size for AEAD encryption.

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