#include "vncauthmessages.h"

QByteArray VNCAuth::trippleDes( const QByteArray &input )
{

}

VNCAuthChallengeMessageIo::VNCAuthChallengeMessageIo(QIODevice *device ) :
    RFBIo(device)
{

}

QByteArray VNCAuthChallengeMessageIo::readChallenge()
{

}

void VNCAuthChallengeMessageIo::writeChallenge( QByteArray &msg )
{

}

VNCAuthResponseMessageIo::VNCAuthResponseMessageIo(QIODevice *device ) :
    RFBIo(device)
{

}

QByteArray VNCAuthResponseMessageIo::readResponse()
{

}

void VNCAuthResponseMessageIo::writeResponse( QByteArray &msg )
{

}

