SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

serverKeyKDFRounds (property)

Returns the number of iterations of the Key Derivation Function (KDF) used to generate this key.

Syntax

@property (nonatomic,readonly,assign,getter=serverKeyKDFRounds) int serverKeyKDFRounds;
- (int)serverKeyKDFRounds;
public var serverKeyKDFRounds: Int32 {
  get {...}
}

Default Value

0

Remarks

Returns the number of iterations of the Key Derivation Function (KDF) used to generate this key.

This property is read-only.

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