|
Botan
2.13.0
Crypto and TLS for C++11
|
This is the complete list of members for Botan::TLS::Session, including all inherited members.
| ciphersuite() const | Botan::TLS::Session | inline |
| ciphersuite_code() const | Botan::TLS::Session | inline |
| decrypt(const uint8_t ctext[], size_t ctext_size, const SymmetricKey &key) | Botan::TLS::Session | static |
| decrypt(const std::vector< uint8_t > &ctext, const SymmetricKey &key) | Botan::TLS::Session | inlinestatic |
| DER_encode() const | Botan::TLS::Session | |
| dtls_srtp_profile() const | Botan::TLS::Session | inline |
| encrypt(const SymmetricKey &key, RandomNumberGenerator &rng) const | Botan::TLS::Session | |
| master_secret() const | Botan::TLS::Session | inline |
| peer_certs() const | Botan::TLS::Session | inline |
| PEM_encode() const | Botan::TLS::Session | |
| server_info() const | Botan::TLS::Session | inline |
| Session() | Botan::TLS::Session | inline |
| Session(const std::vector< uint8_t > &session_id, const secure_vector< uint8_t > &master_secret, Protocol_Version version, uint16_t ciphersuite, Connection_Side side, bool supports_extended_master_secret, bool supports_encrypt_then_mac, const std::vector< X509_Certificate > &peer_certs, const std::vector< uint8_t > &session_ticket, const Server_Information &server_info, const std::string &srp_identifier, uint16_t srtp_profile) | Botan::TLS::Session | |
| Session(const uint8_t ber[], size_t ber_len) | Botan::TLS::Session | |
| Session(const std::string &pem) | Botan::TLS::Session | explicit |
| session_age() const | Botan::TLS::Session | |
| session_id() const | Botan::TLS::Session | inline |
| session_ticket() const | Botan::TLS::Session | inline |
| side() const | Botan::TLS::Session | inline |
| srp_identifier() const | Botan::TLS::Session | inline |
| start_time() const | Botan::TLS::Session | inline |
| supports_encrypt_then_mac() const | Botan::TLS::Session | inline |
| supports_extended_master_secret() const | Botan::TLS::Session | inline |
| version() const | Botan::TLS::Session | inline |
1.8.9.1