Learn how to evaluate and integrate the VNC SDK
RsaKey¶
-
public final class
RsaKey¶ A container for static methods.
Nested Classes¶
- interface
RsaKey.Callback
Method Summary¶
| Modifier and Type | Method and Description |
|---|---|
void |
Cancels any outstanding notifications for the given callback. |
void |
Removes any stored RSA key from the data store. |
void |
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().