libsshpp v0.1.7
Modern C++17 wrapper for libssh
Loading...
Searching...
No Matches
sshpp::NegotiatedAlgorithms Struct Reference

#include <session.hpp>

Public Attributes

std::string kex
 
std::string host_key
 
std::string cipher_in
 
std::string cipher_out
 
std::string hmac_in
 
std::string hmac_out
 

Member Data Documentation

◆ kex

std::string sshpp::NegotiatedAlgorithms::kex

◆ host_key

std::string sshpp::NegotiatedAlgorithms::host_key

◆ cipher_in

std::string sshpp::NegotiatedAlgorithms::cipher_in

◆ cipher_out

std::string sshpp::NegotiatedAlgorithms::cipher_out

◆ hmac_in

std::string sshpp::NegotiatedAlgorithms::hmac_in

◆ hmac_out

std::string sshpp::NegotiatedAlgorithms::hmac_out

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