diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-20 15:54:02 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-20 15:54:02 +0200 |
| commit | 6d9abb5fde17de0450b836f8df491e912ee960a5 (patch) | |
| tree | 131cbe927600dee47d44f9ab911121a7d3836a63 /src/base/QXmppSaslAuth.h | |
| parent | af70dc7b68f276c739f51b04b3da652bb5537db5 (diff) | |
| download | qxmpp-6d9abb5fde17de0450b836f8df491e912ee960a5.tar.gz | |
start shrinking API
Diffstat (limited to 'src/base/QXmppSaslAuth.h')
| -rw-r--r-- | src/base/QXmppSaslAuth.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/base/QXmppSaslAuth.h b/src/base/QXmppSaslAuth.h index 411d8a6f..b356fe72 100644 --- a/src/base/QXmppSaslAuth.h +++ b/src/base/QXmppSaslAuth.h @@ -58,8 +58,6 @@ public: void setSecret(const QByteArray &secret); QByteArray calculateDigest(const QByteArray &A2) const; - QByteArray calculateDigest(const QByteArray &A1, const QByteArray &A2) const; - static QByteArray generateNonce(); // message parsing and serialization static QMap<QByteArray, QByteArray> parseMessage(const QByteArray &ba); |
