#include <e2ee_common.h>
Definition at line 305 of file e2ee_common.h.
◆ SignedOneTimeKey() [1/2]
Quotient::SignedOneTimeKey::SignedOneTimeKey |
( |
const QString & |
unsignedKey, |
|
|
const QString & |
userId, |
|
|
const QString & |
deviceId, |
|
|
const QByteArray & |
signature |
|
) |
| |
|
inlineexplicit |
◆ SignedOneTimeKey() [2/2]
Quotient::SignedOneTimeKey::SignedOneTimeKey |
( |
const QJsonObject & |
jo = {} | ) |
|
|
inlineexplicit |
◆ isFallback()
bool Quotient::SignedOneTimeKey::isFallback |
( |
| ) |
const |
|
inline |
Whether the key is a fallback key.
Definition at line 343 of file e2ee_common.h.
◆ key()
QByteArray Quotient::SignedOneTimeKey::key |
( |
| ) |
const |
|
inline |
Unpadded Base64-encoded 32-byte Curve25519 public key.
Definition at line 323 of file e2ee_common.h.
◆ signature()
QByteArray Quotient::SignedOneTimeKey::signature |
( |
QStringView |
userId, |
|
|
QStringView |
deviceId |
|
) |
| const |
|
inline |
◆ signatures()
auto Quotient::SignedOneTimeKey::signatures |
( |
| ) |
const |
|
inline |
◆ toJson()
auto Quotient::SignedOneTimeKey::toJson |
( |
| ) |
const |
|
inline |
◆ toJsonForVerification()
auto Quotient::SignedOneTimeKey::toJsonForVerification |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: