GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
g
i
k
l
p
r
s
t
u
w
Functions
a
b
c
d
g
i
l
p
r
s
t
u
w
Variables
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Functions
a
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
z
Files
File List
▼
GpgFrontend Project
GpgFrontend Develop Document Main Page
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
src
▼
core
►
function
►
log
▼
model
CommonStruct.h
DataObject.h
GFBuffer.h
GFDataExchanger.h
GpgData.h
GpgDecryptResult.h
GpgEncryptResult.h
GpgGenerateKeyResult.h
GpgGenKeyInfo.h
GpgImportInformation.h
GpgKey.h
GpgKeySignature.h
GpgPassphraseContext.h
GpgRecipient.h
GpgSignature.h
GpgSignResult.h
GpgSubKey.h
GpgTOFUInfo.h
GpgUID.h
GpgVerifyResult.h
►
module
►
thread
►
typedef
►
utils
GpgConstants.h
GpgCoreInit.h
GpgFrontendCore.h
GpgModel.h
►
module
►
pinentry
►
test
►
ui
app.h
cmd.h
GpgFrontendContext.h
init.h
main.h
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Pages
GpgGenerateKeyResult.h
1
29
#pragma once
30
31
#include "core/GpgFrontendCore.h"
32
#include "core/GpgFrontendCoreExport.h"
33
34
namespace
GpgFrontend
{
35
36
class
GPGFRONTEND_CORE_EXPORT
GpgGenerateKeyResult
{
37
public
:
38
auto
IsGood() -> bool;
39
40
auto
GetFingerprint() -> QString
const
;
41
42
explicit
GpgGenerateKeyResult
(gpgme_genkey_result_t);
43
44
GpgGenerateKeyResult
();
45
46
GpgGenerateKeyResult
(
const
GpgGenerateKeyResult
&);
47
48
auto
operator=(
const
GpgGenerateKeyResult
&) ->
GpgGenerateKeyResult
&;
49
50
virtual
~
GpgGenerateKeyResult
();
51
52
private
:
53
using
ResultRefHandler =
54
std::shared_ptr<struct _gpgme_op_genkey_result>;
55
56
ResultRefHandler result_ref_ =
nullptr
;
57
};
58
59
}
// namespace GpgFrontend
GpgFrontend::GpgGenerateKeyResult
Definition:
GpgGenerateKeyResult.h:36
GpgFrontend
Definition:
app.cpp:39
src
core
model
GpgGenerateKeyResult.h
Generated by
1.9.1