java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QCryptographicHash
- All Implemented Interfaces:
QtObjectInterface
Way to generate cryptographic hashes
Java wrapper for Qt's class QCryptographicHash
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QCryptographicHash::AlgorithmNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
addData
(byte[] data) Deprecated.Use the QByteArrayView overload insteadfinal void
addData
(QByteArray data) final void
addData
(QByteArrayView data) final boolean
final void
addData
(ByteBuffer data) static QByteArray
hash
(QByteArray data, QCryptographicHash.Algorithm method) static QByteArray
hash
(QByteArrayView data, QCryptographicHash.Algorithm method) static QByteArray
hash
(ByteBuffer data, QCryptographicHash.Algorithm method) static int
final void
reset()
final QByteArray
result()
final QByteArrayView
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
-
QCryptographicHash
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
addData
-
addData
-
addData
Deprecated.Use the QByteArrayView overload instead -
reset
-
result
-
resultView
-
hash
-
hashLength
-
addData
-
hash
-
addData
-
hash
-