Azure IoT middleware for FreeRTOS
|
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 |
Holds the values of the root key used to verify the JWS signature.
uint8_t* AzureIoTJWS_RootKey::pucRootKeyExponent |
The pointer to the root key exponent.
uint8_t* AzureIoTJWS_RootKey::pucRootKeyId |
The pointer to the root key id.
uint8_t* AzureIoTJWS_RootKey::pucRootKeyN |
The pointer to the root key modulus.
uint32_t AzureIoTJWS_RootKey::ulRootKeyExponentLength |
The length of the root key exponent.
uint32_t AzureIoTJWS_RootKey::ulRootKeyIdLength |
The length of the root key id.
uint32_t AzureIoTJWS_RootKey::ulRootKeyNLength |
The length of the root key modulus.