Desafio Labsec (SGC)
paths.h
Go to the documentation of this file.
1 #ifndef PATHS_H
2 #define PATHS_H
3 
4 namespace paths {
5 
9  extern const char* plainText;
10 
14  extern const char* userKeyPairPath;
15  extern const char* rootCaKeyPairPath;
16 
20  extern const char* userCertificatePath;
21  extern const char* rootCaCertificatePath;
22 
26  extern const char* userP12Path;
27  extern const char* rootCaP12Path;
28 
32  extern const char* userSignedDataPath;
33 };
34 #endif /*PATHS_H*/
Definition: paths.h:4
const char * userSignedDataPath
const char * rootCaCertificatePath
Definition: paths.cpp:11
const char * rootCaKeyPairPath
Definition: paths.cpp:8
const char * plainText
Definition: paths.cpp:5
const char * rootCaP12Path
Definition: paths.cpp:14
const char * userCertificatePath
Definition: paths.cpp:10
const char * userKeyPairPath
Definition: paths.cpp:7
const char * userP12Path
Definition: paths.cpp:13