libQuotient
A Qt library for building matrix clients
Quotient::UnsignedOneTimeKeys Struct Reference

Struct representing the one-time keys. More...

#include <e2ee_common.h>

Public Member Functions

QHash< QString, QString > curve25519 () const
 Get the HashMap containing the curve25519 one-time keys. More...
 

Public Attributes

QHash< QString, QHash< QString, QString > > keys
 

Detailed Description

Struct representing the one-time keys.

Definition at line 326 of file e2ee_common.h.

Member Function Documentation

◆ curve25519()

QHash<QString, QString> Quotient::UnsignedOneTimeKeys::curve25519 ( ) const
inline

Get the HashMap containing the curve25519 one-time keys.

Definition at line 331 of file e2ee_common.h.

Member Data Documentation

◆ keys

QHash<QString, QHash<QString, QString> > Quotient::UnsignedOneTimeKeys::keys

Definition at line 328 of file e2ee_common.h.


The documentation for this struct was generated from the following file: