Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

RsaKey

class RsaKey

A container for static methods.

For more information, see vnc_RsaKey in the C API documentation.

Nested classes

Method summary

Modifier and Type Method and Description
static void

RsaKey.GetDetails(RsaKey.Callback callback, Boolean generateIfMissing)

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

static void

RsaKey.CancelDetails(RsaKey.Callback callback)

Cancels any outstanding notifications for the given callback.

static void

RsaKey.Clear()

Removes any stored RSA key from the data store.

Methods

static void RsaKey.GetDetails (RsaKey.Callback callback, Boolean generateIfMissing)

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

For more information, see vnc_RsaKey_getDetails() in the C API documentation.

static void RsaKey.CancelDetails (RsaKey.Callback callback)

Cancels any outstanding notifications for the given callback.

For more information, see vnc_RsaKey_cancelDetails() in the C API documentation.

static void RsaKey.Clear ()

Removes any stored RSA key from the data store.

For more information, see vnc_RsaKey_clear() in the C API documentation.

×