转换中的问题rsa中的描述符中的私钥

时间:2009-10-24 07:32:23

标签: c++ symbian

我想将RSA公钥和私钥存储在数据库中

iRSAKeyPair = CRSAKeyPair::NewL(aModulusBits, EStandardCRT) ;

const CRSAPublicKey &iRSAPublicKey =iRSAKeyPair->PublicKey() ;

const CRSAPrivateKey &iRSAPrivateKey =iRSAKeyPair->PrivateKey();

但CRSAPrivateKey中没有用于描述符中的转义的数据库

在描述符

中是否有任何转换指针或参考的方法

提前致谢

1 个答案:

答案 0 :(得分:0)