kgpg
kgpgencrypt.h
Go to the documentation of this file.
51 explicit KGpgEncrypt(QObject *parent, const QStringList &userIds = QStringList(), const QString &text = QString(), const EncryptOptions &options = DefaultEncryption, const QStringList &extraOptions = QStringList());
60 KGpgEncrypt(QObject *parent, const QStringList &userIds, const KUrl::List &files, const EncryptOptions &options = DefaultEncryption, const QStringList &extraOptions = QStringList());
output the data as printable ASCII as opposed to binary data
Definition: kgpgencrypt.h:38
virtual bool nextLine(const QString &line)
Called for every line the gpg process writes.
Definition: kgpgencrypt.cpp:96
virtual ts_boolanswer confirmOverwrite(KUrl ¤tFile)
called when GnuPG asks for confirmation for overwriting a file
Definition: kgpgencrypt.cpp:119
Q_DECLARE_FLAGS(EncryptOptions, EncryptOption)
remove anything that shows which key ids this data is encrypted to, ignored for symmetric encryption ...
Definition: kgpgencrypt.h:40
Q_DECLARE_OPERATORS_FOR_FLAGS(KGpgEncrypt::EncryptOptions)
static QString encryptExtension(const bool ascii)
return the preferred extension for encrypted files
Definition: kgpgencrypt.cpp:132
QObject * parent() const
allow encryption with untrusted keys, ignored for symmetric encryption
Definition: kgpgencrypt.h:39
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.