join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
TlsAcceptor Class Reference

Class used to test the TLS socket API. More...

Inheritance diagram for TlsAcceptor:
Collaboration diagram for TlsAcceptor:

Static Public Member Functions

static void SetUpTestCase ()
 set up test case.
 
static void TearDownTestCase ()
 tear down test case.
 

Static Protected Attributes

static const IpAddress _hostip = "::1"
 host ip address.
 
static const uint16_t _port = 5000
 port.
 
static const std::string _root = "/tmp/tlsserver_test_root.cert"
 root certificate.
 
static const std::string _cert = "/tmp/tlsserver_test.cert"
 certificate.
 
static const std::string _key = "/tmp/tlsserver_test.key"
 private key.
 
static const std::string _invalidKey = "/tmp/tlsserver_test_invalid.key"
 invalid private key.
 

Detailed Description

Class used to test the TLS socket API.

Member Function Documentation

◆ SetUpTestCase()

static void TlsAcceptor::SetUpTestCase ( )
inlinestatic

set up test case.

◆ TearDownTestCase()

static void TlsAcceptor::TearDownTestCase ( )
inlinestatic

tear down test case.

Member Data Documentation

◆ _cert

const std::string TlsAcceptor::_cert = "/tmp/tlsserver_test.cert"
staticprotected

certificate.

◆ _hostip

const IpAddress TlsAcceptor::_hostip = "::1"
staticprotected

host ip address.

◆ _invalidKey

const std::string TlsAcceptor::_invalidKey = "/tmp/tlsserver_test_invalid.key"
staticprotected

invalid private key.

◆ _key

const std::string TlsAcceptor::_key = "/tmp/tlsserver_test.key"
staticprotected

private key.

◆ _port

const uint16_t TlsAcceptor::_port = 5000
staticprotected

port.

◆ _root

const std::string TlsAcceptor::_root = "/tmp/tlsserver_test_root.cert"
staticprotected

root certificate.


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