|
QXmpp Version: 1.12.0
|
Public Member Functions | |
| QXmpp::HashAlgorithm | algorithm () const |
| void | setAlgorithm (QXmpp::HashAlgorithm algorithm) |
| QByteArray | hash () const |
| void | setHash (const QByteArray &data) |
Contains a hash value and its algorithm.
| HashAlgorithm QXmppHash::algorithm | ( | ) | const |
Returns the algorithm used to create the hash.
| QByteArray QXmppHash::hash | ( | ) | const |
Returns the binary data of the hash.
| void QXmppHash::setAlgorithm | ( | QXmpp::HashAlgorithm | algorithm | ) |
Sets the algorithm that was used to create the hashed data
| void QXmppHash::setHash | ( | const QByteArray & | data | ) |
Sets the hashed data.