Remote Call Framework 3.4
RCF::PemCertificate Class Reference

Use this class to load a certificate from .pem format. Only applicable to OpenSSL. More...

#include <OpenSslEncryptionFilter.hpp>

Inheritance diagram for RCF::PemCertificate:
RCF::Certificate

Public Member Functions

 PemCertificate (const std::string &pathToCert, const std::string &password="")
 Loads a .pem certificate, using the given file path and password. More...
 

Detailed Description

Use this class to load a certificate from .pem format. Only applicable to OpenSSL.

Constructor & Destructor Documentation

◆ PemCertificate()

RCF::PemCertificate::PemCertificate ( const std::string &  pathToCert,
const std::string &  password = "" 
)

Loads a .pem certificate, using the given file path and password.


The documentation for this class was generated from the following file: