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
►
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
GpgConstants.h
1
29
#pragma once
30
31
namespace
GpgFrontend
{
32
33
constexpr
int
kRestartCode
= 1000;
34
constexpr
int
kDeepRestartCode = 1001;
// refresh core and ui
35
36
// Channels
37
constexpr
int
kGpgFrontendDefaultChannel = 0;
38
constexpr
int
kGpgFrontendNonAsciiChannel = 2;
39
40
// HEADER
41
constexpr
const
char
* PGP_CRYPT_BEGIN =
"-----BEGIN PGP MESSAGE-----"
;
42
constexpr
const
char
* PGP_CRYPT_END =
"-----END PGP MESSAGE-----"
;
43
constexpr
const
char
* PGP_SIGNED_BEGIN =
44
"-----BEGIN PGP SIGNED MESSAGE-----"
;
45
constexpr
const
char
* PGP_SIGNED_END =
"-----END PGP SIGNATURE-----"
;
46
constexpr
const
char
* PGP_SIGNATURE_BEGIN =
47
"-----BEGIN PGP SIGNATURE-----"
;
48
constexpr
const
char
* PGP_SIGNATURE_END =
"-----END PGP SIGNATURE-----"
;
49
constexpr
const
char
* PGP_PUBLIC_KEY_BEGIN =
50
"-----BEGIN PGP PUBLIC KEY BLOCK-----"
;
51
constexpr
const
char
* PGP_PRIVATE_KEY_BEGIN =
52
"-----BEGIN PGP PRIVATE KEY BLOCK-----"
;
53
54
}
// namespace GpgFrontend
GpgFrontend
Definition:
app.cpp:39
GpgFrontend::kRestartCode
constexpr int kRestartCode
only refresh ui
Definition:
GpgConstants.h:33
src
core
GpgConstants.h
Generated by
1.9.1