SecureBlackbox 2020 iOS Edition

Questions / Feedback?

TLSPreSharedKey (property)

Contains the pre-shared for the PSK (Pre-Shared Key) key-exchange mechanism, encoded with base16.

Syntax

@property (nonatomic,readwrite,assign,getter=TLSPreSharedKey,setter=setTLSPreSharedKey:) NSString* TLSPreSharedKey;
- (NSString*)TLSPreSharedKey;
- (void)setTLSPreSharedKey:(NSString*)newTLSPreSharedKey;
public var TLSPreSharedKey: String {
  get {...}
set {...} }

Default Value

""

Remarks

Contains the pre-shared for the PSK (Pre-Shared Key) key-exchange mechanism, encoded with base16.

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