Learn how to evaluate and integrate the VNC SDK
RsaKey¶
Nested Classes¶
Method Summary¶
| Modifier and Type | Method and Description |
|---|---|
Cancels any outstanding notifications for the given callback. |
|
Removes any stored RSA key from the data store. |
|
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: - callback (
vncsdk.RsaKey.Callbackor None) – - generate_if_missing (bool) –
- callback (