Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3348800
  • 博文数量: 1450
  • 博客积分: 11163
  • 博客等级: 上将
  • 技术积分: 11101
  • 用 户 组: 普通用户
  • 注册时间: 2005-07-25 14:40
文章分类

全部博文(1450)

文章存档

2017年(5)

2014年(2)

2013年(3)

2012年(35)

2011年(39)

2010年(88)

2009年(395)

2008年(382)

2007年(241)

2006年(246)

2005年(14)

分类: C/C++

2009-04-03 17:08:04

3rd CSecurityBase
 
CSecurityBase在2nd中有,但在3rd的e32base.h没找到定义,请问我要移植到3rd怎么处理
比如如下代码:
CSecurityBase* secure = Security::NewL();
CleanupStack::PushL(secure);
secure->SetL(KNullDesC, KXRoseDBPass);
CSecurityEncryptBase* iKey = secure->NewEncryptL(KXRoseSecure);
User::LeaveIfError( database.Create( fsSession, iDatabaseName, TPtrC(), iKey ) );
CleanupStack::PopAndDestroy();//secure

liuxg2007-07-02 02:55

Re: 3rd CSecurityBase
 
You need to implement your own encryption/decryption algorithm yourself on S60 3rd edition. The API does not exist any more.
阅读(327) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~