Kannel: Open Source WAP and SMS gateway  svn-r5335
server_hello Struct Reference

#include <wtls_pdu.h>

Data Fields

int serverversion
 
Randomrandom
 
Octstrsession_id
 
int client_key_id
 
CipherSuiteciphersuite
 
CompressionMethod comp_method
 
int snmode
 
int krefresh
 

Detailed Description

Definition at line 313 of file wtls_pdu.h.

Field Documentation

◆ ciphersuite

CipherSuite* server_hello::ciphersuite

Definition at line 318 of file wtls_pdu.h.

◆ client_key_id

int server_hello::client_key_id

Definition at line 317 of file wtls_pdu.h.

◆ comp_method

CompressionMethod server_hello::comp_method

Definition at line 319 of file wtls_pdu.h.

◆ krefresh

int server_hello::krefresh

Definition at line 321 of file wtls_pdu.h.

◆ random

Random* server_hello::random

Definition at line 315 of file wtls_pdu.h.

◆ serverversion

int server_hello::serverversion

Definition at line 314 of file wtls_pdu.h.

◆ session_id

Octstr* server_hello::session_id

Definition at line 316 of file wtls_pdu.h.

◆ snmode

int server_hello::snmode

Definition at line 320 of file wtls_pdu.h.


The documentation for this struct was generated from the following file:
See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.