Remote Call Framework 3.4
RCF::X509Certificate Class Reference

Represents an in-memory certificate, usually from a remote peer. Only applicable to OpenSSL. More...

#include <OpenSslEncryptionFilter.hpp>

Inheritance diagram for RCF::X509Certificate:
RCF::Certificate

Public Member Functions

std::string getCertificateName ()
 Gets the name of the certificate. More...
 
std::string getIssuerName ()
 Gets the name of the issuer of the certificate. More...
 

Detailed Description

Represents an in-memory certificate, usually from a remote peer. Only applicable to OpenSSL.

Member Function Documentation

◆ getCertificateName()

std::string RCF::X509Certificate::getCertificateName ( )

Gets the name of the certificate.

◆ getIssuerName()

std::string RCF::X509Certificate::getIssuerName ( )

Gets the name of the issuer of the certificate.


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