Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

RsaKey

Nested Classes

Method Summary

Modifier and Type Method and Description

cancel_details(_callback)

Cancels any outstanding notifications for the given callback.

clear()

Removes any stored RSA key from the data store.

get_details(callback, generate_if_missing)

Requests the details for the machine’s identifying RSA public key.

Static methods

vncsdk.RsaKey.cancel_details(_callback)

Cancels any outstanding notifications for the given callback.

For more information, see vnc_RsaKey_cancelDetails().

Parameters:_callback (vncsdk.RsaKey.Callback) –
vncsdk.RsaKey.clear()

Removes any stored RSA key from the data store.

For more information, see vnc_RsaKey_clear().

vncsdk.RsaKey.get_details(callback, generate_if_missing)

Requests the details for the machine’s identifying RSA public key.

For more information, see vnc_RsaKey_getDetails().

Parameters:
×