Uses of Class
io.qt.core.QCryptographicHash.Algorithm
Package | Description |
---|---|
io.qt.core | |
io.qt.network |
-
Uses of QCryptographicHash.Algorithm in io.qt.core
Methods in io.qt.core that return QCryptographicHash.Algorithm Modifier and Type Method Description static QCryptographicHash.Algorithm
QCryptographicHash.Algorithm. resolve(int value)
Returns the corresponding enum entry for the given value.static QCryptographicHash.Algorithm
QCryptographicHash.Algorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static QCryptographicHash.Algorithm[]
QCryptographicHash.Algorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type QCryptographicHash.Algorithm Modifier and Type Method Description static QByteArray
QCryptographicHash. hash(QByteArray data, QCryptographicHash.Algorithm method)
static QByteArray
QMessageAuthenticationCode. hash(QByteArray message, QByteArray key, QCryptographicHash.Algorithm method)
static int
QCryptographicHash. hashLength(QCryptographicHash.Algorithm method)
Constructors in io.qt.core with parameters of type QCryptographicHash.Algorithm Constructor Description QCryptographicHash(QCryptographicHash.Algorithm method)
QMessageAuthenticationCode(QCryptographicHash.Algorithm method)
Overloaded constructor forQMessageAuthenticationCode(io.qt.core.QCryptographicHash.Algorithm, io.qt.core.QByteArray)
withkey = new io.qt.core.QByteArray()
.QMessageAuthenticationCode(QCryptographicHash.Algorithm method, QByteArray key)
-
Uses of QCryptographicHash.Algorithm in io.qt.network
Methods in io.qt.network that return QCryptographicHash.Algorithm Modifier and Type Method Description QCryptographicHash.Algorithm
QDtlsClientVerifier.GeneratorParameters. hash()
Methods in io.qt.network with parameters of type QCryptographicHash.Algorithm Modifier and Type Method Description static QByteArray
QPasswordDigestor. deriveKeyPbkdf1(QCryptographicHash.Algorithm algorithm, QByteArray password, QByteArray salt, int iterations, long dkLen)
static QByteArray
QPasswordDigestor. deriveKeyPbkdf2(QCryptographicHash.Algorithm algorithm, QByteArray password, QByteArray salt, int iterations, long dkLen)
QByteArray
QSslCertificate. digest(QCryptographicHash.Algorithm algorithm)
void
QDtlsClientVerifier.GeneratorParameters. setHash(QCryptographicHash.Algorithm hash)
Constructors in io.qt.network with parameters of type QCryptographicHash.Algorithm Constructor Description GeneratorParameters(QCryptographicHash.Algorithm a, QByteArray s)