Botan
1.10.9
|
This is the complete list of members for Botan::TLS_Server, including all inherited members.
close() | Botan::TLS_Server | virtual |
is_closed() const | Botan::TLS_Server | |
peer_cert_chain() const | Botan::TLS_Server | virtual |
read(byte buf[], size_t buf_len) | Botan::TLS_Server | virtual |
Botan::TLS_Connection::read(byte &in) | Botan::TLS_Connection | inline |
requested_hostname() const | Botan::TLS_Server | inline |
TLS_Server(std::tr1::function< size_t(byte[], size_t)> input_fn, std::tr1::function< void(const byte[], size_t)> output_fn, const TLS_Policy &policy, RandomNumberGenerator &rng, const X509_Certificate &cert, const Private_Key &cert_key) | Botan::TLS_Server | |
write(const byte buf[], size_t buf_len) | Botan::TLS_Server | virtual |
Botan::TLS_Connection::write(byte out) | Botan::TLS_Connection | inline |
~TLS_Connection() | Botan::TLS_Connection | inlinevirtual |
~TLS_Server() | Botan::TLS_Server |