Uses of Enum
io.qt.core.QCryptographicHash.Algorithm
-
Uses of QCryptographicHash.Algorithm in io.qt.core
Modifier and TypeMethodDescriptionstatic QCryptographicHash.Algorithm
QCryptographicHash.Algorithm.resolve
(int value) Returns the corresponding enum entry for the given value.static QCryptographicHash.Algorithm
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.Modifier and TypeMethodDescriptionstatic QByteArray
QCryptographicHash.hash
(byte [] data, QCryptographicHash.Algorithm method) Overloaded function forQCryptographicHash.hash(io.qt.core.QByteArray, io.qt.core.QCryptographicHash.Algorithm)
.static QByteArray
QCryptographicHash.hash
(QByteArray data, QCryptographicHash.Algorithm method) static QByteArray
QMessageAuthenticationCode.hash
(byte [] message, byte [] key, QCryptographicHash.Algorithm method) static QByteArray
QMessageAuthenticationCode.hash
(byte [] message, QByteArray key, QCryptographicHash.Algorithm method) static QByteArray
QMessageAuthenticationCode.hash
(QByteArray message, byte [] key, QCryptographicHash.Algorithm method) static QByteArray
QMessageAuthenticationCode.hash
(QByteArray message, QByteArray key, QCryptographicHash.Algorithm method) static int
QCryptographicHash.hashLength
(QCryptographicHash.Algorithm method) ModifierConstructorDescriptionOverloaded constructor forQMessageAuthenticationCode(io.qt.core.QCryptographicHash.Algorithm, io.qt.core.QByteArray)
withkey = new io.qt.core.QByteArray()
.QMessageAuthenticationCode
(QCryptographicHash.Algorithm method, byte [] key) Overloaded constructor forQMessageAuthenticationCode(io.qt.core.QCryptographicHash.Algorithm, io.qt.core.QByteArray)
. -
Uses of QCryptographicHash.Algorithm in io.qt.network
Modifier and TypeMethodDescriptionQDtlsClientVerifier.GeneratorParameters.hash()
SeeQDtlsClientVerifier::GeneratorParameters::
hash Modifier and TypeMethodDescriptionstatic QByteArray
QPasswordDigestor.deriveKeyPbkdf1
(QCryptographicHash.Algorithm algorithm, byte [] password, byte [] salt, int iterations, long dkLen) static QByteArray
QPasswordDigestor.deriveKeyPbkdf1
(QCryptographicHash.Algorithm algorithm, byte [] password, QByteArray salt, int iterations, long dkLen) static QByteArray
QPasswordDigestor.deriveKeyPbkdf1
(QCryptographicHash.Algorithm algorithm, QByteArray password, byte [] salt, int iterations, long dkLen) static QByteArray
QPasswordDigestor.deriveKeyPbkdf1
(QCryptographicHash.Algorithm algorithm, QByteArray password, QByteArray salt, int iterations, long dkLen) static QByteArray
QPasswordDigestor.deriveKeyPbkdf2
(QCryptographicHash.Algorithm algorithm, byte [] password, byte [] salt, int iterations, long dkLen) static QByteArray
QPasswordDigestor.deriveKeyPbkdf2
(QCryptographicHash.Algorithm algorithm, byte [] password, QByteArray salt, int iterations, long dkLen) static QByteArray
QPasswordDigestor.deriveKeyPbkdf2
(QCryptographicHash.Algorithm algorithm, QByteArray password, byte [] salt, int iterations, long dkLen) static QByteArray
QPasswordDigestor.deriveKeyPbkdf2
(QCryptographicHash.Algorithm algorithm, QByteArray password, QByteArray salt, int iterations, long dkLen) final QByteArray
QSslCertificate.digest
(QCryptographicHash.Algorithm algorithm) final void
QDtlsClientVerifier.GeneratorParameters.setHash
(QCryptographicHash.Algorithm hash) SeeQDtlsClientVerifier::GeneratorParameters::
hash ModifierConstructorDescriptionGeneratorParameters
(QCryptographicHash.Algorithm a, byte [] s) Overloaded constructor forGeneratorParameters(io.qt.core.QCryptographicHash.Algorithm, io.qt.core.QByteArray)
.