Soletta™ Framework
|
Struct that represents a Pre-Shared Key (PSK). More...
#include <sol-lwm2m.h>
Data Fields | |
struct sol_blob * | id |
The PSK Identity, composed of a 16-bytes UTF-8 String. More... | |
struct sol_blob * | key |
The PSK Key, composed of an Opaque 16-bytes (128-bit) AES Key. More... | |
Struct that represents a Pre-Shared Key (PSK).
A sol_vector
holding elements of this type is used by the LWM2M Server and LWM2M Bootstrap Server to keep a list of known Clients' Pre-Shared Keys.
struct sol_blob* sol_lwm2m_security_psk::id |
The PSK Identity, composed of a 16-bytes UTF-8 String.
Referenced by main().
struct sol_blob* sol_lwm2m_security_psk::key |
The PSK Key, composed of an Opaque 16-bytes (128-bit) AES Key.
Referenced by main().