开发者

problem in conversion rsa private key in descriper in symbian

开发者 https://www.devze.com 2022-12-09 02:50 出处:网络
i want to store RSA public key and private key in database iRSAKeyPair = CRSAKeyPair::NewL(aModulusBits, EStandardCRT) ;

i want to store RSA public key and private key in database

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

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

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

but there is no datamember in开发者_开发技巧 CRSAPrivateKey for conv in descripter

is there any way for conversion of pointer or refenece in descripter

thanks in advance


See regarding-conversion-from-reference-to-string

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号