java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QCryptographicHash
- All Implemented Interfaces:
QtObjectInterface
public class QCryptographicHash extends QtObject
Way to generate cryptographic hashes
Java wrapper for Qt class QCryptographicHash
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QCryptographicHash.Algorithm
Java wrapper for Qt enum QCryptographicHash::Algorithm -
Field Summary
Fields Modifier and Type Field Description static QMetaObject
staticMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
Constructors Modifier Constructor Description QCryptographicHash(QCryptographicHash.Algorithm method)
protected
QCryptographicHash(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description void
addData(byte[] data)
void
addData(QByteArray data)
boolean
addData(QIODevice device)
static QByteArray
hash(QByteArray data, QCryptographicHash.Algorithm method)
static int
hashLength(QCryptographicHash.Algorithm method)
void
reset()
QByteArray
result()
-
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