SecureBlackbox 2020 PHP Edition

Questions / Feedback?

KnownKeyReceived Event

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

Object Oriented Interface

public function fireKnownKeyReceived($param);

Procedural Interface

secureblackbox_sftpclient_register_callback($res, 10, array($this, 'fireKnownKeyReceived'));

Parameter List


'algorithm'
'bits'
'fingerprintsha256'

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 PHP Edition - Version 20.0 [Build 8154]