tinydtls  0.8.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
dtls_ecdsa_key_t Struct Reference

#include <dtls.h>

Data Fields

dtls_ecdh_curve curve
 
const unsigned char * priv_key
 
const unsigned char * pub_key_x
 
const unsigned char * pub_key_y
 

Detailed Description

Definition at line 63 of file dtls.h.

Field Documentation

dtls_ecdh_curve dtls_ecdsa_key_t::curve

Definition at line 64 of file dtls.h.

const unsigned char* dtls_ecdsa_key_t::priv_key

Definition at line 65 of file dtls.h.

const unsigned char* dtls_ecdsa_key_t::pub_key_x

< private key as bytes >

Definition at line 66 of file dtls.h.

const unsigned char* dtls_ecdsa_key_t::pub_key_y

< x part of the public key for the given private key >

Definition at line 67 of file dtls.h.


The documentation for this struct was generated from the following file: