Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

RsaKey.Callback

public interface Callback

Callback which receives RSA key details.

Method Summary

Modifier and Type Method and Description
void

detailsReady(ImmutableDataBuffer rsaPublic, String hexFingerprint, String catchphraseFingerprint)

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.

×