1 #ifndef FOURTHMILESTONE_H 2 #define FOURTHMILESTONE_H 4 #include <libcryptosec/Pkcs12Builder.h> 5 #include <libcryptosec/KeyPair.h> 54 KeyPair& userKeyPair);
60 KeyPair& rootCaKeyPair);
const char * rootCaPass
Definition: FourthMilestone.h:73
virtual ~FourthMilestone()
Definition: FourthMilestone.cpp:14
Fourth Milestone - PKCS12 Key Repository
Definition: FourthMilestone.h:42
const char * userAlias
Definition: FourthMilestone.h:66
void createRootCaRepository(Certificate *rootCaCert, KeyPair &rootCaKeyPair)
Definition: FourthMilestone.cpp:24
const char * rootCaAlias
Definition: FourthMilestone.h:67
void createUserRepository(Certificate *userCert, KeyPair &userKeyPair)
Definition: FourthMilestone.cpp:16
FourthMilestone()
Definition: FourthMilestone.cpp:3
const char * userPass
Definition: FourthMilestone.h:72