tinydtls  0.8.6
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 53 of file dtls.h.

Field Documentation

dtls_ecdh_curve dtls_ecdsa_key_t::curve

Definition at line 54 of file dtls.h.

const unsigned char* dtls_ecdsa_key_t::priv_key

Definition at line 55 of file dtls.h.

const unsigned char* dtls_ecdsa_key_t::pub_key_x

< private key as bytes >

Definition at line 56 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 57 of file dtls.h.


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