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.cancelDetails(callback)¶ Cancels any outstanding notifications for the given callback.
For more information, see
vnc_RsaKey_cancelDetails().Arguments: - callback (
vncsdk.RsaKey.Callback) –
- callback (
-
vncsdk.RsaKey.clear()¶ Removes any stored RSA key from the data store.
For more information, see
vnc_RsaKey_clear().Throws: vncsdk.VncExceptionon error
-
vncsdk.RsaKey.getDetails(callback, generateIfMissing)¶ Requests the details for the machine’s identifying RSA public key.
For more information, see
vnc_RsaKey_getDetails().Arguments: - callback (
vncsdk.RsaKey.Callbackor null) – - generateIfMissing (boolean) –
Throws: vncsdk.VncExceptionon error- callback (