Exemple #1
0
 public static QByteArray Hash(QByteArray data, QCryptographicHash.Algorithm method)
 {
     return (QByteArray) staticInterceptor.Invoke("hash#$", "hash(const QByteArray&, QCryptographicHash::Algorithm)", typeof(QByteArray), typeof(QByteArray), data, typeof(QCryptographicHash.Algorithm), method);
 }
Exemple #2
0
 public QByteArray Digest(QCryptographicHash.Algorithm algorithm)
 {
     return (QByteArray) interceptor.Invoke("digest$", "digest(QCryptographicHash::Algorithm) const", typeof(QByteArray), typeof(QCryptographicHash.Algorithm), algorithm);
 }
Exemple #3
0
 public QCryptographicHash(QCryptographicHash.Algorithm method)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QCryptographicHash$", "QCryptographicHash(QCryptographicHash::Algorithm)", typeof(void), typeof(QCryptographicHash.Algorithm), method);
 }