nRF5 IoT SDK v0.9.0
Data Fields
nrf_tls_preshared_key_t Struct Reference

Information needed when using Pre-shared key ciphers. More...

#include <nrf_tls.h>

Data Fields

const uint8_t * p_identity
 
const uint8_t * p_secret_key
 
uint16_t identity_len
 
uint16_t secret_key_len
 

Detailed Description

Information needed when using Pre-shared key ciphers.

Field Documentation

uint16_t nrf_tls_preshared_key_t::identity_len

Length of the client identity.

const uint8_t* nrf_tls_preshared_key_t::p_identity

Client identity.

const uint8_t* nrf_tls_preshared_key_t::p_secret_key

Secret Preshared Key.

uint16_t nrf_tls_preshared_key_t::secret_key_len

Length of the preshared 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.