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
GpgTOFUInfo.h
1
29
#pragma once
30
31
namespace
GpgFrontend
{
36
class
GPGFRONTEND_CORE_EXPORT
GpgTOFUInfo
{
37
public
:
43
[[nodiscard]]
auto
GetValidity()
const
-> unsigned;
49
[[nodiscard]]
auto
GetPolicy()
const
-> unsigned;
50
56
[[nodiscard]]
auto
GetSignCount()
const
->
unsigned
long;
57
63
[[nodiscard]]
auto
GetEncrCount()
const
->
unsigned
long;
64
70
[[nodiscard]]
auto
GetSignFirst()
const
->
unsigned
long;
71
77
[[nodiscard]]
auto
GetSignLast()
const
->
unsigned
long;
78
84
[[nodiscard]]
auto
GetEncrLast()
const
->
unsigned
long;
85
91
[[nodiscard]]
auto
GetDescription()
const
-> QString;
92
97
GpgTOFUInfo
();
98
104
explicit
GpgTOFUInfo
(gpgme_tofu_info_t tofu_info);
105
111
GpgTOFUInfo
(
GpgTOFUInfo
&& o) noexcept;
112
117
GpgTOFUInfo
(
const
GpgTOFUInfo
&) =
delete
;
118
125
auto
operator=(
GpgTOFUInfo
&& o) noexcept ->
GpgTOFUInfo
&;
126
132
auto
operator=
(
const
GpgTOFUInfo
&) ->
GpgTOFUInfo
& =
delete
;
133
134
private
:
135
using
SubkeyRefHandler =
136
std::unique_ptr<
struct
_gpgme_tofu_info,
137
std::function<void(gpgme_tofu_info_t)>>;
138
139
SubkeyRefHandler tofu_info_ref_ = nullptr;
140
};
141
142
}
// namespace GpgFrontend
GpgFrontend::GpgTOFUInfo
Definition:
GpgTOFUInfo.h:36
GpgFrontend::GpgTOFUInfo::GpgTOFUInfo
GpgTOFUInfo(const GpgTOFUInfo &)=delete
Construct a new Gpg T O F U Info object.
GpgFrontend::GpgTOFUInfo::GpgTOFUInfo
GpgTOFUInfo()
Construct a new Gpg T O F U Info object.
GpgFrontend::GpgTOFUInfo::operator=
auto operator=(const GpgTOFUInfo &) -> GpgTOFUInfo &=delete
GpgFrontend
Definition:
app.cpp:39
src
core
model
GpgTOFUInfo.h
Generated by
1.9.1