nRF5 IoT SDK v0.9.0
Data Fields
nrf_tls_raw_key_t Struct Reference

Information provided when using Raw Public key ciphers. More...

#include <nrf_tls.h>

Data Fields

const uint8_t * p_private_key
 
const uint8_t * p_public_key
 
uint16_t private_key_len
 
uint16_t public_key_len
 

Detailed Description

Information provided when using Raw Public key ciphers.

Field Documentation

const uint8_t* nrf_tls_raw_key_t::p_private_key

Private key.

const uint8_t* nrf_tls_raw_key_t::p_public_key

Raw public key.

uint16_t nrf_tls_raw_key_t::private_key_len

Length of the private key.

uint16_t nrf_tls_raw_key_t::public_key_len

Length of the raw public key.


This document was last updated on Tue Dec 1 2015.
Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone.