libQuotient
A Qt library for building matrix clients
qolmaccount.h File Reference
#include <Quotient/e2ee/e2ee_common.h>
#include <Quotient/e2ee/qolmmessage.h>
#include <Quotient/csapi/keys.h>
#include <QtCore/QObject>
Include dependency graph for qolmaccount.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Quotient::QOlmAccount
 

Namespaces

 Quotient
 

Functions

QUOTIENT_API bool Quotient::verifyIdentitySignature (const DeviceKeys &deviceKeys, const QString &deviceId, const QString &userId)
 
QUOTIENT_API bool Quotient::ed25519VerifySignature (const QString &signingKey, const QJsonObject &obj, const QString &signature)
 checks if the signature is signed by the signing_key More...