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

#include <wtls_pdu.h>

Data Fields

ParameterSpecifierparam_spec
 
RSAPublicKeyrsa_params
 
DHPublicKeydh_params
 
ECPublicKeyecdh_params
 

Detailed Description

Definition at line 334 of file wtls_pdu.h.

Field Documentation

◆ dh_params

DHPublicKey* server_key_exchange::dh_params

Definition at line 339 of file wtls_pdu.h.

◆ ecdh_params

ECPublicKey* server_key_exchange::ecdh_params

Definition at line 341 of file wtls_pdu.h.

◆ param_spec

ParameterSpecifier* server_key_exchange::param_spec

Definition at line 335 of file wtls_pdu.h.

◆ rsa_params

RSAPublicKey* server_key_exchange::rsa_params

Definition at line 337 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.