java.lang.Object
io.qt.network.QPasswordDigestor
Contains functions which you can use to generate hashes or keys
Java wrapper for Qt header file QPasswordDigestor
-
Method Summary
Modifier and TypeMethodDescriptionstatic QByteArray
deriveKeyPbkdf1
(QCryptographicHash.Algorithm algorithm, byte [] password, byte [] salt, int iterations, long dkLen) static QByteArray
deriveKeyPbkdf1
(QCryptographicHash.Algorithm algorithm, byte [] password, QByteArray salt, int iterations, long dkLen) static QByteArray
deriveKeyPbkdf1
(QCryptographicHash.Algorithm algorithm, QByteArray password, byte [] salt, int iterations, long dkLen) static QByteArray
deriveKeyPbkdf1
(QCryptographicHash.Algorithm algorithm, QByteArray password, QByteArray salt, int iterations, long dkLen) static QByteArray
deriveKeyPbkdf2
(QCryptographicHash.Algorithm algorithm, byte [] password, byte [] salt, int iterations, long dkLen) static QByteArray
deriveKeyPbkdf2
(QCryptographicHash.Algorithm algorithm, byte [] password, QByteArray salt, int iterations, long dkLen) static QByteArray
deriveKeyPbkdf2
(QCryptographicHash.Algorithm algorithm, QByteArray password, byte [] 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) -
deriveKeyPbkdf1
public static QByteArray deriveKeyPbkdf1(QCryptographicHash.Algorithm algorithm, byte [] password, QByteArray salt, int iterations, long dkLen) -
deriveKeyPbkdf1
public static QByteArray deriveKeyPbkdf1(QCryptographicHash.Algorithm algorithm, QByteArray password, byte [] salt, int iterations, long dkLen) -
deriveKeyPbkdf1
public static QByteArray deriveKeyPbkdf1(QCryptographicHash.Algorithm algorithm, byte [] password, byte [] salt, int iterations, long dkLen) -
deriveKeyPbkdf2
public static QByteArray deriveKeyPbkdf2(QCryptographicHash.Algorithm algorithm, byte [] password, QByteArray salt, int iterations, long dkLen) -
deriveKeyPbkdf2
public static QByteArray deriveKeyPbkdf2(QCryptographicHash.Algorithm algorithm, QByteArray password, byte [] salt, int iterations, long dkLen) -
deriveKeyPbkdf2
public static QByteArray deriveKeyPbkdf2(QCryptographicHash.Algorithm algorithm, byte [] password, byte [] salt, int iterations, long dkLen)
-