Botan 3.4.0
Crypto and TLS for C&
Public Member Functions | List of all members
Botan::TLS::Client_Hello_12::Settings Class Referencefinal

#include <tls_messages.h>

Public Member Functions

const std::string & hostname () const
 
Protocol_Version protocol_version () const
 
 Settings (const Protocol_Version version, std::string_view hostname="")
 

Detailed Description

Definition at line 149 of file tls_messages.h.

Constructor & Destructor Documentation

◆ Settings()

Botan::TLS::Client_Hello_12::Settings::Settings ( const Protocol_Version version,
std::string_view hostname = "" )
inline

Definition at line 151 of file tls_messages.h.

151 :
152 m_new_session_version(version), m_hostname(hostname) {}
const std::string & hostname() const

Member Function Documentation

◆ hostname()

const std::string & Botan::TLS::Client_Hello_12::Settings::hostname ( ) const
inline

Definition at line 156 of file tls_messages.h.

156{ return m_hostname; }

Referenced by Botan::TLS::Client_Hello_12::Client_Hello_12().

◆ protocol_version()

Protocol_Version Botan::TLS::Client_Hello_12::Settings::protocol_version ( ) const
inline

Definition at line 154 of file tls_messages.h.

154{ return m_new_session_version; }

Referenced by Botan::TLS::Client_Hello_12::Client_Hello_12().


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