Learn how to evaluate and integrate the VNC SDK
RsaKey.Callback¶
-
public interface
Callback
¶ Callback which receives RSA key details.
Method Summary¶
Modifier and Type | Method and Description |
---|---|
void |
Notification that the SDK’s RSA key has been retrieved. |
Methods¶
-
void
detailsReady
(ImmutableDataBuffer rsaPublic, String hexFingerprint, String catchphraseFingerprint)¶ Notification that the SDK’s RSA key has been retrieved.
For more information, see
vnc_RsaKey_Callback::detailsReady
.