Azure IoT middleware for FreeRTOS
Data Fields
AzureIoTJWS_RootKey Struct Reference

Holds the values of the root key used to verify the JWS signature. More...

#include <azure_iot_jws.h>

Data Fields

uint8_t * pucRootKeyId
 
uint32_t ulRootKeyIdLength
 
uint8_t * pucRootKeyN
 
uint32_t ulRootKeyNLength
 
uint8_t * pucRootKeyExponent
 
uint32_t ulRootKeyExponentLength
 

Detailed Description

Holds the values of the root key used to verify the JWS signature.

Field Documentation

◆ pucRootKeyExponent

uint8_t* AzureIoTJWS_RootKey::pucRootKeyExponent

The pointer to the root key exponent.

◆ pucRootKeyId

uint8_t* AzureIoTJWS_RootKey::pucRootKeyId

The pointer to the root key id.

◆ pucRootKeyN

uint8_t* AzureIoTJWS_RootKey::pucRootKeyN

The pointer to the root key modulus.

◆ ulRootKeyExponentLength

uint32_t AzureIoTJWS_RootKey::ulRootKeyExponentLength

The length of the root key exponent.

◆ ulRootKeyIdLength

uint32_t AzureIoTJWS_RootKey::ulRootKeyIdLength

The length of the root key id.

◆ ulRootKeyNLength

uint32_t AzureIoTJWS_RootKey::ulRootKeyNLength

The length of the root key modulus.


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