MFEM
v4.3.0
Finite element discretization library
|
#include <socketstream.hpp>
Public Member Functions | |
GnuTLS_session_params (GnuTLS_global_state &state, const char *pubkey_file, const char *privkey_file, const char *trustedkeys_file, unsigned int flags) | |
~GnuTLS_session_params () | |
gnutls_certificate_credentials_t | get_cred () const |
unsigned int | get_flags () const |
Public Attributes | |
GnuTLS_global_state & | state |
GnuTLS_status | status |
Protected Attributes | |
gnutls_certificate_credentials_t | my_cred |
unsigned int | my_flags |
Definition at line 140 of file socketstream.hpp.
mfem::GnuTLS_session_params::GnuTLS_session_params | ( | GnuTLS_global_state & | state, |
const char * | pubkey_file, | ||
const char * | privkey_file, | ||
const char * | trustedkeys_file, | ||
unsigned int | flags | ||
) |
Definition at line 463 of file socketstream.cpp.
|
inline |
Definition at line 155 of file socketstream.hpp.
|
inline |
Definition at line 160 of file socketstream.hpp.
|
inline |
Definition at line 161 of file socketstream.hpp.
|
protected |
Definition at line 143 of file socketstream.hpp.
|
protected |
Definition at line 144 of file socketstream.hpp.
GnuTLS_global_state& mfem::GnuTLS_session_params::state |
Definition at line 147 of file socketstream.hpp.
GnuTLS_status mfem::GnuTLS_session_params::status |
Definition at line 148 of file socketstream.hpp.