libQuotient
A Qt library for building matrix clients
|
Begins a key verification process. More...
#include <keyverificationevent.h>
Additional Inherited Members | |
Static Public Member Functions inherited from Quotient::Event | |
static QJsonObject | basicJson (const QString &matrixType, const QJsonObject &content) |
Make a minimal correct Matrix event JSON. | |
Static Public Attributes inherited from Quotient::Event | |
static EventMetaType< Event > | BaseMetaType { "Event" } |
Protected Member Functions inherited from Quotient::RoomEvent | |
RoomEvent (const QJsonObject &json) | |
void | dumpTo (QDebug dbg) const override |
Protected Member Functions inherited from Quotient::Event | |
Event (const QJsonObject &json) | |
QJsonObject & | editJson () |
Begins a key verification process.
Definition at line 83 of file keyverificationevent.h.
|
inline |
Definition at line 88 of file keyverificationevent.h.
|
inline |
The hash methods the sending device understands.
Definition at line 124 of file keyverificationevent.h.
|
inline |
The device ID which is initiating the process.
The verification method to use. Optional method to use to verify the other user's key with. The key agreement protocols the sending device understands.
Definition at line 116 of file keyverificationevent.h.
|
inline |
The message authentication codes that the sending device understands.
Definition at line 132 of file keyverificationevent.h.
|
inline |
The SAS methods the sending device (and the sending device's user) understands.
Definition at line 141 of file keyverificationevent.h.