E-MailRelay
|
Holds a mbedtls_pk_context structure. More...
#include <gssl_mbedtls.h>
Public Member Functions | |
void | load (const std::string &file, const Rng &) |
mbedtls_pk_context * | ptr () |
mbedtls_pk_context * | ptr () const |
Key (const Key &)=delete | |
Key (Key &&)=delete | |
Key & | operator= (const Key &)=delete |
Key & | operator= (Key &&)=delete |
Holds a mbedtls_pk_context structure.
Definition at line 101 of file gssl_mbedtls.h.
GSsl::MbedTls::Key::Key | ( | ) |
Definition at line 996 of file gssl_mbedtls.cpp.
GSsl::MbedTls::Key::~Key | ( | ) |
Definition at line 1002 of file gssl_mbedtls.cpp.
void GSsl::MbedTls::Key::load | ( | const std::string & | file, |
const Rng & | rng | ||
) |
Definition at line 1007 of file gssl_mbedtls.cpp.
mbedtls_pk_context * GSsl::MbedTls::Key::ptr | ( | ) |
Definition at line 1022 of file gssl_mbedtls.cpp.
mbedtls_pk_context * GSsl::MbedTls::Key::ptr | ( | ) | const |
Definition at line 1028 of file gssl_mbedtls.cpp.