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

cancelDetails(callback)

Cancels any outstanding notifications for the given callback.

clear()

Removes any stored RSA key from the data store.

getDetails(callback, generateIfMissing)

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:
vncsdk.RsaKey.clear()

Removes any stored RSA key from the data store.

For more information, see vnc_RsaKey_clear().

Throws:vncsdk.VncException on 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:
Throws:

vncsdk.VncException on error

×