Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <wtls_pdu.h>
Data Fields | |
int | clientversion |
Random * | random |
Octstr * | session_id |
List * | client_key_ids |
List * | trusted_key_ids |
List * | ciphersuites |
List * | comp_methods |
int | snmode |
int | krefresh |
Definition at line 301 of file wtls_pdu.h.
List* client_hello::ciphersuites |
Definition at line 307 of file wtls_pdu.h.
List* client_hello::client_key_ids |
Definition at line 305 of file wtls_pdu.h.
int client_hello::clientversion |
Definition at line 302 of file wtls_pdu.h.
List* client_hello::comp_methods |
Definition at line 308 of file wtls_pdu.h.
int client_hello::krefresh |
Definition at line 310 of file wtls_pdu.h.
Random* client_hello::random |
Definition at line 303 of file wtls_pdu.h.
Octstr* client_hello::session_id |
Definition at line 304 of file wtls_pdu.h.
int client_hello::snmode |
Definition at line 309 of file wtls_pdu.h.
List* client_hello::trusted_key_ids |
Definition at line 306 of file wtls_pdu.h.