Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

RsaKey.Callback

vncsdk.RsaKey.Callback

Callback which receives RSA key details.

Method Summary

Modifier and Type Method and Description

details_ready(rsa_public, hex_fingerprint, catchphrase_fingerprint)

Notification that the SDK’s RSA key has been retrieved.

Methods

RsaKey.Callback.details_ready(rsa_public, hex_fingerprint, catchphrase_fingerprint)

Notification that the SDK’s RSA key has been retrieved.

For more information, see vnc_RsaKey_Callback::detailsReady.

Parameters:
  • rsa_public (vncsdk.DataBuffer) –
  • hex_fingerprint (str or None) –
  • catchphrase_fingerprint (str or None) –
Returns:

None

×