|
Desafio Labsec (SGC)
|
Variables | |
| const char * | plainText = "../assets/texts/plainText.txt" |
| const char * | userKeyPairPath = "../assets/keys/userKeyPair.der" |
| const char * | rootCaKeyPairPath = "../assets/keys/rootCaKeyPair.der" |
| const char * | userCertificatePath = "../assets/certificates/userCertificate.pem" |
| const char * | rootCaCertificatePath = "../assets/certificates/rootCaCertificate.pem" |
| const char * | userP12Path = "../assets/pkcs12/user.p12" |
| const char * | rootCaP12Path = "../assets/pkcs12/rootCa.p12" |
| const char * | userSignedDataPath |
| const char * paths::plainText = "../assets/texts/plainText.txt" |
PlainText path
| const char * paths::rootCaCertificatePath = "../assets/certificates/rootCaCertificate.pem" |
| const char * paths::rootCaKeyPairPath = "../assets/keys/rootCaKeyPair.der" |
| const char * paths::rootCaP12Path = "../assets/pkcs12/rootCa.p12" |
| const char * paths::userCertificatePath = "../assets/certificates/userCertificate.pem" |
Certificate file paths
| const char * paths::userKeyPairPath = "../assets/keys/userKeyPair.der" |
Key file paths
| const char * paths::userP12Path = "../assets/pkcs12/user.p12" |
PKCS12 File paths
| const char* paths::userSignedDataPath |
Signed file paths
1.8.13