8 #ifndef BOTAN_TLS_SESSION_KEYS_H__
9 #define BOTAN_TLS_SESSION_KEYS_H__
11 #include <botan/symkey.h>
17 class Handshake_State;
const InitializationVector & client_iv() const
std::vector< T, secure_allocator< T >> secure_vector
const SymmetricKey & client_mac_key() const
const SymmetricKey & server_mac_key() const
const InitializationVector & server_iv() const
const secure_vector< uint8_t > & master_secret() const
const SymmetricKey & client_cipher_key() const
const SymmetricKey & server_cipher_key() const