Use this class to load a certificate from .pem format. Only applicable to OpenSSL. More...
#include <OpenSslEncryptionFilter.hpp>
Public Member Functions | |
PemCertificate (const std::string &pathToCert, const std::string &password="") | |
Loads a .pem certificate, using the given file path and password. More... | |
Use this class to load a certificate from .pem format. Only applicable to OpenSSL.
RCF::PemCertificate::PemCertificate | ( | const std::string & | pathToCert, |
const std::string & | password = "" |
||
) |
Loads a .pem certificate, using the given file path and password.