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
GpgPassphraseContext.h
1
2
31
#pragma once
32
33
namespace
GpgFrontend
{
34
35
class
GPGFRONTEND_CORE_EXPORT
GpgPassphraseContext
:
public
QObject {
36
Q_OBJECT
37
public
:
38
GpgPassphraseContext
(
const
QString& uids_info,
const
QString& passphrase_info,
39
bool
prev_was_bad,
bool
ask_for_new);
40
41
GpgPassphraseContext
();
42
43
void
SetPassphrase(
const
QString& passphrase);
44
45
[[nodiscard]]
auto
GetPassphrase()
const
-> QString;
46
47
[[nodiscard]]
auto
GetUidsInfo()
const
-> QString;
48
49
[[nodiscard]]
auto
GetPassphraseInfo()
const
-> QString;
50
51
[[nodiscard]]
auto
IsPreWasBad()
const
-> bool;
52
53
[[nodiscard]]
auto
IsAskForNew()
const
-> bool;
54
55
private
:
56
QString passphrase_info_;
57
QString uids_info_;
58
QString passphrase_;
59
bool
prev_was_bad_;
60
bool
ask_for_new_;
61
};
62
63
}
// namespace GpgFrontend
GpgFrontend::GpgPassphraseContext
Definition:
GpgPassphraseContext.h:35
GpgFrontend
Definition:
app.cpp:39
src
core
model
GpgPassphraseContext.h
Generated by
1.9.1