- All Implemented Interfaces:
QtObjectInterface
Way to generate cryptographic hashes
Java wrapper for Qt class QCryptographicHash
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQCryptographicHash::Algorithm
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
addData
(byte [] data) Overloaded function foraddData(java.nio.ByteBuffer)
.final void
addData
(byte [] data, int offsetOfData, int length) Overloaded function foraddData(java.nio.ByteBuffer)
.final void
addData
(QByteArrayView data) final boolean
final void
addData
(QByteArray data) Overloaded function foraddData(io.qt.core.QByteArrayView)
.final void
addData
(ByteBuffer data) SeeQCryptographicHash::
addData(const char*, qsizetype) static QByteArray
hash
(byte [] data, QCryptographicHash.Algorithm method) Overloaded function forhash(io.qt.core.QByteArrayView, io.qt.core.QCryptographicHash.Algorithm)
.static QByteArray
hash
(QByteArray data, QCryptographicHash.Algorithm method) Overloaded function forhash(io.qt.core.QByteArrayView, io.qt.core.QCryptographicHash.Algorithm)
.static QByteArray
hash
(QByteArrayView data, QCryptographicHash.Algorithm method) static QByteArray
hash
(ByteBuffer data, QCryptographicHash.Algorithm method) Overloaded function forhash(io.qt.core.QByteArrayView, io.qt.core.QCryptographicHash.Algorithm)
.static int
final void
reset()
final QByteArray
result()
final QByteArrayView
static boolean
final void
swap
(QCryptographicHash other) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QCryptographicHash
-
-
Method Details
-
addData
-
addData
-
addData
See
QCryptographicHash::
addData(const char*, qsizetype) -
algorithm
See
QCryptographicHash::
algorithm()const This function was introduced in Qt 6.5.
-
reset
-
result
-
resultView
See
QCryptographicHash::
resultView()const This function was introduced in Qt 6.3.
-
swap
See
QCryptographicHash::
swap(QCryptographicHash&) This function was introduced in Qt 6.5.
-
hash
-
hashLength
-
supportsAlgorithm
See
QCryptographicHash::
supportsAlgorithm(QCryptographicHash::Algorithm) This function was introduced in Qt 6.5.
-
addData
Overloaded function for
addData(io.qt.core.QByteArrayView)
. -
addData
Overloaded function for
addData(java.nio.ByteBuffer)
. -
addData
Overloaded function for
addData(java.nio.ByteBuffer)
. -
hash
Overloaded function for
hash(io.qt.core.QByteArrayView, io.qt.core.QCryptographicHash.Algorithm)
. -
hash
Overloaded function for
hash(io.qt.core.QByteArrayView, io.qt.core.QCryptographicHash.Algorithm)
. -
hash
Overloaded function for
hash(io.qt.core.QByteArrayView, io.qt.core.QCryptographicHash.Algorithm)
.
-