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. | |
Structure type for Rsa plain key data.
| mcuxClRsa_KeyEntry_t mcuxClRsa_KeyData_Plain_t::modulus |
Key entry for the modulus.
| 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.