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

#include <wtls_pdu.h>

Data Fields

RSAEncryptedSecretrsa_params
 
DHPublicKeydh_anon_params
 
ECPublicKeyecdh_params
 

Detailed Description

Definition at line 344 of file wtls_pdu.h.

Field Documentation

◆ dh_anon_params

DHPublicKey* client_key_exchange::dh_anon_params

Definition at line 348 of file wtls_pdu.h.

◆ ecdh_params

ECPublicKey* client_key_exchange::ecdh_params

Definition at line 350 of file wtls_pdu.h.

◆ rsa_params

RSAEncryptedSecret* client_key_exchange::rsa_params

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