Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Viewer.PeerVerificationCallback

public interface PeerVerificationCallback

Callback receiving verification requests to check the peer’s identity.

Method Summary

Modifier and Type Method and Description
void

cancelPeerVerification(Viewer viewer)

Notification to cancel a prior request for peer verification.

void

verifyPeer(Viewer viewer, String hexFingerprint, String catchphraseFingerprint, ImmutableDataBuffer serverRsaPublic)

Request to verify the identity of the peer (the server).

Methods

void cancelPeerVerification(Viewer viewer)

Notification to cancel a prior request for peer verification.

For more information, see vnc_Viewer_PeerVerificationCallback::cancelPeerVerification.

void verifyPeer(Viewer viewer, String hexFingerprint, String catchphraseFingerprint, ImmutableDataBuffer serverRsaPublic)

Request to verify the identity of the peer (the server).

For more information, see vnc_Viewer_PeerVerificationCallback::verifyPeer.

×