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

#include <crypt_types.h>

Public 属性

uint8_t * d
uint8_t * n
uint8_t * p
uint8_t * q
uint8_t * dP
uint8_t * dQ
uint8_t * qInv
uint8_t * e
uint32_t dLen
uint32_t nLen
uint32_t pLen
uint32_t qLen
uint32_t dPLen
uint32_t dQLen
uint32_t qInvLen
uint32_t eLen

详细描述

RSA private key parameter structure

类成员变量说明

◆ d

uint8_t* CRYPT_RsaPrv::d

RSA private key parameter marked as d.

◆ dLen

uint32_t CRYPT_RsaPrv::dLen

Length of the RSA private key parameter marked as d.

◆ dP

uint8_t* CRYPT_RsaPrv::dP

RSA private key parameter marked as dP.

◆ dPLen

uint32_t CRYPT_RsaPrv::dPLen

Length of the RSA private key parameter marked as dPLen.

◆ dQ

uint8_t* CRYPT_RsaPrv::dQ

RSA private key parameter marked as dQ.

◆ dQLen

uint32_t CRYPT_RsaPrv::dQLen

Length of the RSA private key parameter marked as dQLen.

◆ e

uint8_t* CRYPT_RsaPrv::e

RSA public key parameter marked as e.

◆ eLen

uint32_t CRYPT_RsaPrv::eLen

Length of the RSA public key parameter marked as eLen.

◆ n

uint8_t* CRYPT_RsaPrv::n

RSA private key parameter marked as n.

◆ nLen

uint32_t CRYPT_RsaPrv::nLen

Length of the RSA private key parameter marked as n.

◆ p

uint8_t* CRYPT_RsaPrv::p

RSA private key parameter marked as p.

◆ pLen

uint32_t CRYPT_RsaPrv::pLen

Length of the RSA private key parameter marked as p.

◆ q

uint8_t* CRYPT_RsaPrv::q

RSA private key parameter marked as q.

◆ qInv

uint8_t* CRYPT_RsaPrv::qInv

RSA private key parameter marked as qInv.

◆ qInvLen

uint32_t CRYPT_RsaPrv::qInvLen

Length of the RSA private key parameter marked as qInvLen.

◆ qLen

uint32_t CRYPT_RsaPrv::qLen

Length of the RSA private key parameter marked as q.


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