RSA Public Key Definition.
#include <crypto.h>
Data Fields | |
uint8 * | pu8E |
uint8 * | pu8N |
uint16 | u16ESize |
uint16 | u16NSize |
uint8* tstrRSAPublicKey::pu8E |
Referenced by Cert_DecodeRSAPubKey(), and X509Cert_Dump().
uint8* tstrRSAPublicKey::pu8N |
Referenced by Cert_DecodeRSAPubKey(), and X509Cert_Dump().
uint16 tstrRSAPublicKey::u16ESize |
Referenced by Cert_DecodeRSAPubKey(), and X509Cert_Dump().
uint16 tstrRSAPublicKey::u16NSize |
Referenced by Cert_DecodeRSAPubKey(), and X509Cert_Dump().