20 QXmppTask<void> addKeysForPostponedTrustDecisions(
const QString &encryption,
const QByteArray &senderKeyId,
const QList<QXmppTrustMessageKeyOwner> &keyOwners)
override;
21 QXmppTask<void> removeKeysForPostponedTrustDecisions(
const QString &encryption,
const QList<QByteArray> &keyIdsForAuthentication,
const QList<QByteArray> &keyIdsForDistrusting)
override;
22 QXmppTask<void> removeKeysForPostponedTrustDecisions(
const QString &encryption,
const QList<QByteArray> &senderKeyIds)
override;
23 QXmppTask<void> removeKeysForPostponedTrustDecisions(
const QString &encryption)
override;
24 QXmppTask<QHash<bool, QMultiHash<QString, QByteArray>>> keysForPostponedTrustDecisions(
const QString &encryption,
const QList<QByteArray> &senderKeyIds = {})
override;
26 QXmppTask<void> resetAll(
const QString &encryption)
override;
30 const std::unique_ptr<QXmppAtmTrustMemoryStoragePrivate> d;