|
Botan 3.9.0
Crypto and TLS for C&
|
This is the complete list of members for Botan::TLS::Channel, including all inherited members.
| application_protocol() const =0 | Botan::TLS::Channel | pure virtual |
| Channel(const Channel &other)=delete | Botan::TLS::Channel | |
| Channel(Channel &&other)=default | Botan::TLS::Channel | |
| Channel()=default | Botan::TLS::Channel | protected |
| close()=0 | Botan::TLS::Channel | pure virtual |
| external_psk_identity() const =0 | Botan::TLS::Channel | pure virtual |
| from_peer(std::span< const uint8_t > data)=0 | Botan::TLS::Channel | protectedpure virtual |
| IO_BUF_DEFAULT_SIZE | Botan::TLS::Channel | static |
| is_active() const =0 | Botan::TLS::Channel | pure virtual |
| is_closed() const =0 | Botan::TLS::Channel | pure virtual |
| is_closed_for_reading() const =0 | Botan::TLS::Channel | pure virtual |
| is_closed_for_writing() const =0 | Botan::TLS::Channel | pure virtual |
| is_handshake_complete() const =0 | Botan::TLS::Channel | pure virtual |
| key_material_export(std::string_view label, std::string_view context, size_t length) const =0 | Botan::TLS::Channel | pure virtual |
| operator=(const Channel &other)=delete | Botan::TLS::Channel | |
| operator=(Channel &&other)=delete | Botan::TLS::Channel | |
| peer_cert_chain() const =0 | Botan::TLS::Channel | pure virtual |
| peer_raw_public_key() const =0 | Botan::TLS::Channel | pure virtual |
| received_data(std::span< const uint8_t > data) | Botan::TLS::Channel | inline |
| received_data(const uint8_t buf[], size_t buf_size) | Botan::TLS::Channel | inline |
| renegotiate(bool force_full_renegotiation=false)=0 | Botan::TLS::Channel | pure virtual |
| secure_renegotiation_supported() const =0 | Botan::TLS::Channel | pure virtual |
| send(std::span< const uint8_t > data) | Botan::TLS::Channel | inline |
| send(const uint8_t buf[], size_t buf_size) | Botan::TLS::Channel | inline |
| send(std::string_view s) | Botan::TLS::Channel | inline |
| send_alert(const Alert &alert)=0 | Botan::TLS::Channel | pure virtual |
| send_fatal_alert(Alert::Type type)=0 | Botan::TLS::Channel | pure virtual |
| send_warning_alert(Alert::Type type)=0 | Botan::TLS::Channel | pure virtual |
| timeout_check()=0 | Botan::TLS::Channel | pure virtual |
| to_peer(std::span< const uint8_t > data)=0 | Botan::TLS::Channel | protectedpure virtual |
| update_traffic_keys(bool request_peer_update=false)=0 | Botan::TLS::Channel | pure virtual |
| ~Channel()=default | Botan::TLS::Channel | virtual |