Searched defs:selectedCertificates (Results 1 – 7 of 7) sorted by relevance
73 std::vector<Key> selectedCertificates() const in selectedCertificates() function in LookupCertificatesDialog::Private185 std::vector<Key> LookupCertificatesDialog::selectedCertificates() const in selectedCertificates() function in LookupCertificatesDialog
348 std::vector<Key> CertificateSelectionDialog::selectedCertificates() const in selectedCertificates() function in CertificateSelectionDialog
48 QMap<GpgME::Protocol, GpgME::Key> SigningCertificateSelectionDialog::selectedCertificates() const in selectedCertificates() function in SigningCertificateSelectionDialog
116 QMap<GpgME::Protocol, GpgME::Key> SigningCertificateSelectionWidget::selectedCertificates() const in selectedCertificates() function in SigningCertificateSelectionWidget
77 QStringList selectedCertificates; member in CertificateRequester::Private213 QStringList CertificateRequester::selectedCertificates() const in selectedCertificates() function in CertificateRequester
119 QStringList SelectCertificateCommand::selectedCertificates() const in selectedCertificates() function in SelectCertificateCommand
160 const auto selectedCertificates(dialog->selectedCertificates()); in slotDialogAccepted() local