aboutsummaryrefslogtreecommitdiff
path: root/autotests/testolmaccount.h
blob: 4e270730782154231fe6e08b2d542dc67997acae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// SPDX-FileCopyrightText: 2021 Carl Schwan <carlschwan@kde.org>
//
// SPDX-License-Identifier: LGPL-2.1-or-later

#include <QtTest/QtTest>

class TestOlmAccount : public QObject
{
    Q_OBJECT

private Q_SLOTS:
    void pickleUnpickedTest();
    void identityKeysValid();
    void signatureValid();
    void oneTimeKeysValid();
    //void removeOneTimeKeys();
    void deviceKeys();
    void encryptedFile();
};