Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

RsaKey

public final class RsaKey

A container for static methods.

Nested Classes

Method Summary

Modifier and Type Method and Description
void

cancelDetails(Callback callback)

Cancels any outstanding notifications for the given callback.

void

clear()

Removes any stored RSA key from the data store.

void

getDetails(RsaKey.Callback callback, boolean generateIfMissing)

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

Methods

public static void cancelDetails(Callback callback)

Cancels any outstanding notifications for the given callback.

For more information, see vnc_RsaKey_cancelDetails().

public static void clear() throws Library.VncException

Removes any stored RSA key from the data store.

For more information, see vnc_RsaKey_clear().

public static void getDetails(RsaKey.Callback callback, boolean generateIfMissing) throws Library.VncException

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

For more information, see vnc_RsaKey_getDetails().

×