QtDataSync  4.2.0
A simple offline-first synchronisation framework, to synchronize data of Qt applications between devices
Classes | Namespaces | Macros
keystore.h File Reference

The Keystore header. More...

#include <QtCore/qobject.h>
#include "QtDataSync/qtdatasync_global.h"
#include "QtDataSync/exception.h"

Go to the source code of this file.

Classes

class  QtDataSync::KeyStoreException
 An exception to be thrown from within a keystore if an error occurs. More...
 
class  QtDataSync::KeyStore
 An interface for a generic keystore to securely store secret cryptographic keys. More...
 
class  QtDataSync::KeyStorePlugin
 The keystore plugin to be implemented to provide custom keystores. More...
 

Namespaces

 QtDataSync
 The primary namespace of the QtDataSync library.
 

Macros

#define QtDataSync_KeyStorePlugin_Iid   "de.skycoder42.QtDataSync.KeyStorePlugin"
 The IID to be used to create a keystore plugin.
 

Detailed Description

The Keystore header.

Definition in file keystore.h.