API参考
载入中...
搜索中...
未找到
CRYPT_RsaPub结构体 参考

#include <crypt_types.h>

Public 属性

uint8_t * e
uint8_t * n
uint32_t eLen
uint32_t nLen

详细描述

RSA public key parameter structure

类成员变量说明

◆ e

uint8_t* CRYPT_RsaPub::e

RSA public key parameter marked as e

◆ eLen

uint32_t CRYPT_RsaPub::eLen

Length of the RSA public key parameter marked as e

◆ n

uint8_t* CRYPT_RsaPub::n

RSA public key parameter marked as n

◆ nLen

uint32_t CRYPT_RsaPub::nLen

Length of the RSA public key parameter marked as e


该结构体的文档由以下文件生成: