E-MailRelay
|
Holds a mbedtls_x509_crt structure. More...
#include <gssl_mbedtls.h>
Public Member Functions | |
void | load (const std::string &file) |
bool | loaded () const |
mbedtls_x509_crt * | ptr () |
mbedtls_x509_crt * | ptr () const |
Certificate (const Certificate &)=delete | |
Certificate (Certificate &&)=delete | |
Certificate & | operator= (const Certificate &)=delete |
Certificate & | operator= (Certificate &&)=delete |
Holds a mbedtls_x509_crt structure.
Definition at line 55 of file gssl_mbedtls.h.
GSsl::MbedTls::Certificate::Certificate | ( | ) |
Definition at line 1036 of file gssl_mbedtls.cpp.
GSsl::MbedTls::Certificate::~Certificate | ( | ) |
Definition at line 1042 of file gssl_mbedtls.cpp.
void GSsl::MbedTls::Certificate::load | ( | const std::string & | file | ) |
Definition at line 1047 of file gssl_mbedtls.cpp.
bool GSsl::MbedTls::Certificate::loaded | ( | ) | const |
Definition at line 1062 of file gssl_mbedtls.cpp.
mbedtls_x509_crt * GSsl::MbedTls::Certificate::ptr | ( | ) |
Definition at line 1067 of file gssl_mbedtls.cpp.
mbedtls_x509_crt * GSsl::MbedTls::Certificate::ptr | ( | ) | const |
Definition at line 1073 of file gssl_mbedtls.cpp.