Diag-Client-Lib
Public Attributes | List of all members
boost_support::server::tls::detail::TlsVersion< CipherSuite > Struct Template Reference

Template type for Tls version. More...

#include <tls_version.h>

Public Attributes

std::initializer_list< CipherSuite > cipher_suites {}
 

Detailed Description

template<typename CipherSuite>
struct boost_support::server::tls::detail::TlsVersion< CipherSuite >

Template type for Tls version.

Template Parameters
CipherSuiteThe supported cipher suites in corresponding tls version

Definition at line 26 of file tls_version.h.

Member Data Documentation

◆ cipher_suites

template<typename CipherSuite >
std::initializer_list<CipherSuite> boost_support::server::tls::detail::TlsVersion< CipherSuite >::cipher_suites {}

Definition at line 27 of file tls_version.h.


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