产生RSA非对称密钥对并输出:SDF_GenerateKeyPair_RSA 生成会话密钥并用内部RSA公钥加密输出:SDF_GenerateKeyWithIPK_RSA 生成会话密钥并用外部RSA公钥加密输出:SDF_GenerateKeyWithEPK_RSA 导人会话密钥并用内部RSA私钥解密:SDF_ImportKeyWithISK_RSA 基于RSA 算法的数宇信封转换:SDF_ExchangeDigitEnvelopeBaseOnRSA 导出...
int SDF_GenerateKeyWithIPK_RSA(void *hSessionHandle, unsigned int uiIPKIndex, unsigned int uiKeyBits, unsigned char *pucKey, unsigned int *puiKeyLength, void **phKeyHandle); int SDF_GenerateKeyWithEPK_RSA(void *hSessionHandle, unsigned int uiKeyBits, RSArefPublicKey *pucPublicKey, unsigne...
SDF密码设备接口的软件实现. Contribute to GmSSL/SoftSDF development by creating an account on GitHub.