kleopatra
signencryptfileswizard.cpp
Go to the documentation of this file.
65 SignerResolveValidator::SignerResolveValidator( SignerResolvePage* page ) : SignerResolvePage::Validator(), m_page( page ), complete( true )
84 setAndReturn( i18n( "You need to select an OpenPGP signing certificate to perform this operation." ) );
90 setAndReturn( i18n( "Only OpenPGP certificates will be offered for selection because you specified a combined sign/encrypt operation that is only available for OpenPGP." ) );
93 setAndReturn( i18n( "Only OpenPGP certificates will be offered for selection because you only specified an OpenPGP signing certificate." ) );
96 setAndReturn( i18n( "Only S/MIME certificates will be offered for selection because you only specified an S/MIME signing certificate." ) );
102 expl = i18n( "You have selected both OpenPGP and S/MIME signing certificate types, thus two signatures will be created." );
106 expl = i18n( "If you select both OpenPGP and S/MIME receipient certificates, two encrypted files will be created: one for OpenPGP recipients, one for S/MIME recipients." );
154 q->setSignerResolvePageValidator( boost::shared_ptr<SignerResolveValidator>( new SignerResolveValidator( q->signerResolvePage() ) ) );
174 q->setCommitPage( encrypt ? SignEncryptWizard::ResolveRecipientsPage : SignEncryptWizard::ObjectsPage );
189 if ( ( encrypt && currentId == ResolveRecipientsPage ) || ( !encrypt && currentId == ObjectsPage ) )
void onNext(int currentId)
Definition: signencryptwizard.cpp:102
void onNext(int currentId)
Definition: signencryptfileswizard.cpp:184
~SignEncryptFilesWizard()
Definition: signencryptfileswizard.cpp:182
bool encryptionSelected() const
Definition: signencryptwizard.cpp:214
Definition: classify.h:49
void operationPrepared()
Definition: classify.h:48
#define setAndReturn(text)
Definition: objectspage.h:46
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.