22 #ifndef SECURITYKEY_H_
23 #define SECURITYKEY_H_
30 #include <openssl/rsa.h>
67 virtual EVP_PKEY*
getEVP()
const;
69 virtual const std::string
getData()
const;
72 static void free(EVP_PKEY* key);
107 RSA* getPublicRSA()
const;
108 RSA* getPrivateRSA()
const;