SecureBlackbox 2020 iOS Edition

Questions / Feedback?

payloadSize (property)

Specifies the payload size, in bytes.

Syntax

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

Default Value

0

Remarks

Use this property to specify the size of the input data in bytes. This is only used by a subsetof algorithms/modes, such as CCM.

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