swift
|
FSD Message: auth challenge. More...
Public Member Functions | |
AuthChallenge (const QString &sender, const QString &target, const QString &challengeKey) | |
Constructor. | |
QStringList | toTokens () const |
Message converted to tokens. | |
Static Public Member Functions | |
static AuthChallenge | fromTokens (const QStringList &tokens) |
Construct from tokens. | |
static QString | pdu () |
PDU identifier. | |
Public Attributes | |
QString | m_challengeKey |
key | |
Additional Inherited Members |
FSD Message: auth challenge.
Definition at line 14 of file authchallenge.h.