MCUX CLNS
MCUX Crypto Library Normal Secure
Loading...
Searching...
No Matches
mcuxClRsa_KeyData_Plain_t Struct Reference

Structure type for Rsa plain key data. More...

#include <mcuxClRsa_KeyTypes.h>

Data Fields

mcuxClRsa_KeyEntry_t modulus
 Key entry for the modulus.
mcuxClRsa_KeyEntry_t exponent
 Key entry for the exponent - it can be the public or the private exponent, depending on the key type.

Detailed Description

Structure type for Rsa plain key data.

Examples
mcuxClRsa_Signature_RSASSA_PSS_example.c.

Field Documentation

◆ modulus

mcuxClRsa_KeyEntry_t mcuxClRsa_KeyData_Plain_t::modulus

Key entry for the modulus.

Examples
mcuxClRsa_Signature_RSASSA_PSS_example.c.

◆ exponent

mcuxClRsa_KeyEntry_t mcuxClRsa_KeyData_Plain_t::exponent

Key entry for the exponent - it can be the public or the private exponent, depending on the key type.