Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F40151095
lookupcertificatescommand.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
955 B
Subscribers
None
lookupcertificatescommand.h
View Options
/*
This file is part of Kleopatra, the KDE keymanager
SPDX-FileCopyrightText: 2008 Klarälvdalens Datakonsult AB
SPDX-License-Identifier: GPL-2.0-or-later
*/
#pragma once
#include
<commands/importcertificatescommand.h>
#include
<gpgme++/global.h>
namespace
Kleo
{
namespace
Commands
{
class
LookupCertificatesCommand
:
public
ImportCertificatesCommand
{
Q_OBJECT
public
:
explicit
LookupCertificatesCommand
(
QAbstractItemView
*
view
,
KeyListController
*
parent
);
explicit
LookupCertificatesCommand
(
KeyListController
*
parent
);
explicit
LookupCertificatesCommand
(
const
QString
&
fingerPrint
,
KeyListController
*
parent
);
~
LookupCertificatesCommand
()
override
;
void
setProtocol
(
GpgME
::
Protocol
protocol
);
GpgME
::
Protocol
protocol
()
const
;
private
:
void
doStart
()
override
;
void
doCancel
()
override
;
private
:
class
Private
;
inline
Private
*
d_func
();
inline
const
Private
*
d_func
()
const
;
};
}
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sun, Apr 5, 11:36 AM (1 d, 16 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
5b/2c/29856138c4ce6e7a8bf11a991ab6
Attached To
rKLEOPATRA Kleopatra
Event Timeline
Log In to Comment