0

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

laalto
  • 150,114
  • 66
  • 286
  • 303
rahulm
  • 23
  • 3

1 Answers1

0

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

Community
  • 1
  • 1
michael aubert
  • 6,836
  • 1
  • 16
  • 32