我想将RSA公钥和私钥存储在数据库中
iRSAKeyPair = CRSAKeyPair::NewL(aModulusBits, EStandardCRT) ;
const CRSAPublicKey &iRSAPublicKey =iRSAKeyPair->PublicKey() ;
const CRSAPrivateKey &iRSAPrivateKey =iRSAKeyPair->PrivateKey();
但CRSAPrivateKey中没有用于描述符中的转义的数据库
在描述符
中是否有任何转换指针或参考的方法提前致谢