Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

RsaKey.Callback

class RsaKey.Callback

Callback which receives RSA key details.

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

Nested classes

Constructor summary

Modifier and Type Method and Description

RsaKey.Callback(RsaKey.Callback.DetailsReadyType detailsReady = null)

Initializes a new Callback class instance.

Method summary

Modifier and Type Method and Description
void

RsaKey.Callback.OnDetailsReady(ImmutableDataBuffer rsaPublic, String hexFingerprint, String catchphraseFingerprint)

Handles the DetailsReady event. By default, calls the RsaKey.Callback.DetailsReady delegate.

Constructors

RsaKey.Callback (RsaKey.Callback.DetailsReadyType detailsReady = null)

Initializes a new Callback class instance.

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

Methods

void RsaKey.Callback.OnDetailsReady (ImmutableDataBuffer rsaPublic, String hexFingerprint, String catchphraseFingerprint)

Handles the DetailsReady event. By default, calls the RsaKey.Callback.DetailsReady delegate.

Fields

RsaKey.Callback.DetailsReady

Notification that the SDK’s RSA key has been retrieved.

For more information, see vnc_RsaKey_Callback::detailsReady in the C API documentation.

×