![]() |
Qt 6.x
The Qt SDK
|
#include <qsocks5socketengine_p.h>
Public Member Functions | |
QSocks5Authenticator () | |
virtual | ~QSocks5Authenticator () |
virtual char | methodId () |
virtual bool | beginAuthenticate (QTcpSocket *socket, bool *completed) |
virtual bool | continueAuthenticate (QTcpSocket *socket, bool *completed) |
bool | seal (const QByteArray &buf, QByteArray *sealedBuf) |
bool | unSeal (const QByteArray &sealedBuf, QByteArray *buf) |
bool | unSeal (QTcpSocket *sealedSocket, QByteArray *buf) |
virtual QString | errorString () |
Definition at line 115 of file qsocks5socketengine_p.h.
QSocks5Authenticator::QSocks5Authenticator | ( | ) |
Definition at line 373 of file qsocks5socketengine.cpp.
|
virtual |
Definition at line 377 of file qsocks5socketengine.cpp.
|
virtual |
Reimplemented in QSocks5PasswordAuthenticator.
Definition at line 386 of file qsocks5socketengine.cpp.
|
virtual |
Reimplemented in QSocks5PasswordAuthenticator.
Definition at line 393 of file qsocks5socketengine.cpp.
|
inlinevirtual |
Reimplemented in QSocks5PasswordAuthenticator.
Definition at line 128 of file qsocks5socketengine_p.h.
|
virtual |
Reimplemented in QSocks5PasswordAuthenticator.
Definition at line 381 of file qsocks5socketengine.cpp.
bool QSocks5Authenticator::seal | ( | const QByteArray & | buf, |
QByteArray * | sealedBuf | ||
) |
Definition at line 400 of file qsocks5socketengine.cpp.
bool QSocks5Authenticator::unSeal | ( | const QByteArray & | sealedBuf, |
QByteArray * | buf | ||
) |
Definition at line 406 of file qsocks5socketengine.cpp.
Referenced by unSeal().
bool QSocks5Authenticator::unSeal | ( | QTcpSocket * | sealedSocket, |
QByteArray * | buf | ||
) |
Definition at line 412 of file qsocks5socketengine.cpp.
References QIODevice::readAll(), and unSeal().