SecureBlackbox 2020 iOS Edition

Questions / Feedback?

onKnownKeyReceived (event)

Signals that the server has introduced itself with a known key.

Syntax

- (void)onKnownKeyReceived:(NSString*)algorithm :(int)bits :(NSString*)fingerprintSHA256;
func onKnownKeyReceived(_ algorithm: String, _ bits: Int32, _ fingerprintSHA256: String)

Remarks

The class fires this event to tell the application that the server has introduced itself with a known key from TrustedKeysFile. The details of the key are provided.

Use ServerKey to access more key details.

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