智能密码钥匙密码应用接口规范-GM/T-0016

数据结构

RSA公钥数据结构

	typedef struct Struct_RSAPUBLICKEYBLOB{
    		ULONG AlgID;
            ULONG BitLen;
            BYTEModulus[MAX_RSA_MODULUDS_LEN];
            BYTEPublicExponent[MAX_RSA_EXPONENT_LEN];
    	}RSAPUBLICKEYBLOB,*PRSAPUBLICKEYBLOB;