GnuPG Made Easy (GPGME) Qt bindings
QGpgme provides a very high level Qt API around GpgMEpp, the GPGME C++ bindings. There are two general concepts in QGpgME. Data abstraction through GpgMEpp's Dataprovider interface and the Job pattern. Data can be provided with QByteArrayDataProvider or QIODeviceDataProvider which can be constructed from their respective types. This means you can pass a QFile, QProcess, QString, etc. directly to GPGME. To provide a stable API / ABI and because of historic reasons in libkleo (where QGpgME was originally developed as an abstract crypto backend), QGpgME only provides abstract interfaces as public API while the actual implementation happens in the private QGpgME prefixed classes.
$
pkg install qgpgme-qt5Origin
security/qgpgme
Size
1.48MiB
License
GPLv2+
Maintainer
jhale@FreeBSD.org
Dependencies
4 packages
Required by
2 packages