java.lang.Object
io.qt.network.QPasswordDigestor
public final class QPasswordDigestor extends Object
Contains functions which you can use to generate hashes or keys
Java wrapper for Qt class QPasswordDigestor
-
Method Summary
Modifier and Type Method Description static QByteArray
deriveKeyPbkdf1(QCryptographicHash.Algorithm algorithm, QByteArray password, QByteArray salt, int iterations, long dkLen)
static QByteArray
deriveKeyPbkdf2(QCryptographicHash.Algorithm algorithm, QByteArray password, QByteArray salt, int iterations, long dkLen)
-
Method Details
-
deriveKeyPbkdf1
public static QByteArray deriveKeyPbkdf1(QCryptographicHash.Algorithm algorithm, QByteArray password, QByteArray salt, int iterations, long dkLen) -
deriveKeyPbkdf2
public static QByteArray deriveKeyPbkdf2(QCryptographicHash.Algorithm algorithm, QByteArray password, QByteArray salt, int iterations, long dkLen)
-