Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F34135129
decryptverifyfilescommand.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
736 B
Subscribers
None
decryptverifyfilescommand.h
View Options
/* -*- mode: c++; c-basic-offset:4 -*-
uiserver/decryptemailcommand.h
This file is part of Kleopatra, the KDE keymanager
SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB
SPDX-License-Identifier: GPL-2.0-or-later
*/
#pragma once
#include
<uiserver/decryptverifycommandfilesbase.h>
namespace
Kleo
{
class
DecryptVerifyFilesCommand
:
public
AssuanCommandMixin
<
DecryptVerifyFilesCommand
,
DecryptVerifyCommandFilesBase
>
{
public
:
//DecryptVerifyFilesCommand();
//~DecryptVerifyFilesCommand();
private
:
DecryptVerifyOperation
operation
()
const
override
{
return
DecryptVerify
;
}
public
:
static
const
char
*
staticName
()
{
return
"DECRYPT_VERIFY_FILES"
;
}
};
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Mon, Dec 8, 10:55 AM (1 d, 20 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
3c/d4/36208b988e08dec17e6d00aef90c
Attached To
rKLEOPATRA Kleopatra
Event Timeline
Log In to Comment