SKDP: Symmetric Key Distribution Protocol 1.1.0.0 (A1)
Encrypted tunneling protocol using pre-shared keys
skdp_server_key Struct Reference

The SKDP server key structure. More...

#include <skdp.h>

Data Fields

uint8_t kid [SKDP_KID_SIZE]
 
uint8_t sdk [SKDP_SDK_SIZE]
 
uint64_t expiration
 

Detailed Description

The SKDP server key structure.

This structure represents the SKDP server key, which is derived from the master key. It contains the server's key identity, server derivation key, and expiration time.

Field Documentation

◆ expiration

uint64_t expiration

The expiration time in seconds from epoch

◆ kid

uint8_t kid[SKDP_KID_SIZE]

The key identity string

◆ sdk

uint8_t sdk[SKDP_SDK_SIZE]

The server derivation key


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