Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F26446225
createcsrforcardkeydialog.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
779 B
Subscribers
None
createcsrforcardkeydialog.h
View Options
/* -*- mode: c++; c-basic-offset:4 -*-
dialogs/createcsrforcardkeydialog.h
This file is part of Kleopatra, the KDE keymanager
SPDX-FileCopyrightText: 2020 g10 Code GmbH
SPDX-FileContributor: Ingo Klöcker <dev@ingo-kloecker.de>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#pragma once
#include
<QDialog>
#include
<memory>
namespace
Kleo
{
namespace
Dialogs
{
class
CreateCSRForCardKeyDialog
:
public
QDialog
{
Q_OBJECT
public
:
explicit
CreateCSRForCardKeyDialog
(
QWidget
*
parent
=
nullptr
);
~
CreateCSRForCardKeyDialog
()
override
;
void
setName
(
const
QString
&
name
);
void
setEmail
(
const
QString
&
email
);
QString
email
()
const
;
QString
dn
()
const
;
private
:
class
Private
;
const
std
::
unique_ptr
<
Private
>
d
;
};
}
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Thu, Jul 17, 12:45 AM (1 d, 8 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
96/d9/e8a0a863dc2ceb401fa1ecea8d94
Attached To
rKLEOPATRA Kleopatra
Event Timeline
Log In to Comment