SecureBlackbox 2020 iOS Edition

Questions / Feedback?

keyBitsInKey (property)

Indicates the key length in bits.

Syntax

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

Default Value

2048

Remarks

Indicates the key length in bits.

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