kgpg
kgpgchangepass.cpp
Go to the documentation of this file.
71 askNewPassphrase(i18n("<qt>Enter new passphrase for <b>%1</b><br />If you forget this passphrase all your encrypted files and messages will be inaccessible.</qt>", userIDs));
int getSuccess() const
get the success value that will be returned with the done signal
Definition: kgpgtransaction.cpp:442
virtual bool nextLine(const QString &line)
Called for every line the gpg process writes.
Definition: kgpgchangepass.cpp:42
int addArgument(const QString &arg)
add a command line argument to gpg process
Definition: kgpgtransaction.cpp:562
virtual bool passphraseReceived()
called when GnuPG accepted the passphrase
Definition: kgpgchangepass.cpp:78
void write(const QByteArray &a, const bool lf=true)
write data to standard input of gpg process
Definition: kgpgtransaction.cpp:413
bool askPassphrase(const QString &message=QString())
ask user for passphrase
Definition: kgpgtransaction.cpp:623
KGpgChangePass(QObject *parent, const QString &keyid)
Definition: kgpgchangepass.cpp:18
void askNewPassphrase(const QString &text)
Ask user for passphrase and send it to gpg process.
Definition: kgpgtransaction.cpp:428
bool startsWith(const QString &s, Qt::CaseSensitivity cs) const
unexpected sequence of GnuPG messages
Definition: kgpgtransaction.h:62
bool contains(QChar ch, Qt::CaseSensitivity cs) const
void setSuccess(const int v)
set the success value that will be returned with the done signal
Definition: kgpgtransaction.cpp:448
virtual bool passphraseRequested()
called when GnuPG asks for a passphrase
Definition: kgpgchangepass.cpp:64
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.