8#ifndef BOTAN_TLS_CIPHERSUITES_H__
9#define BOTAN_TLS_CIPHERSUITES_H__
11#include <botan/types.h>
12#include <botan/tls_magic.h>
36 std::string cipher, mac;
37 size_t cipher_key_length;
std::string mac_algo() const
TLS_Ciphersuite_Algos kex_type() const
TLS_Ciphersuite_Algos sig_type() const
std::string cipher_algo() const
size_t cipher_keylen() const
static TLS_Ciphersuite_Algos lookup_ciphersuite(u16bit suite)