Learn how to evaluate and integrate the VNC SDK
RsaKey.Callback¶
-
vncsdk.RsaKey.
Callback
¶ Callback which receives RSA key details.
Method Summary¶
Modifier and Type | Method and Description |
---|---|
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
- rsa_public (