黑莓代码
我在使用 ControlledAccess 对象保护我的黑莓应用程序持久数据时遇到困难。
根据 http:// www.blackberry.com/developers/docs/4.5.0api/net/rim/device/api/system/PersistentObject.html,我需要一个 PersistentObject、CodeSignKey 和 ControlledAccess 对象才能工作。我什么都有,除了一件:
CodeSignKey codeSigningKey = CodeSigningKey.get( "ACME" );
在这里,我不知道用什么来代替“ACME”。这是我在填写代码签名密钥时选择的 PIN 码吗?是我的包名,输出文件名吗?
Blackberry API 文档似乎没有提及这个特别重要的参数。
请帮忙,谢谢。
I have having difficulties protecting my blackberry application persistent data with ControlledAccess object.
According to http://www.blackberry.com/developers/docs/4.5.0api/net/rim/device/api/system/PersistentObject.html, I need a PersistentObject, CodeSignKey, and ControlledAccess objects to work. I have everything except one piece:
CodeSignKey codeSigningKey = CodeSigningKey.get( "ACME" );
here, I don't know what to replace for "ACME". Is this the PIN code I chose as I filled out the Code Sign Key? Is it my package name, output file name?
The Blackberry API documentation doesn't seem to say anything about this particularly important parameter.
Help please, thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用 BlackBerry Signing Authority Tool 创建自己的密钥。请参阅此知识库文章了解完整详细信息。
You'll want to create your own key using the BlackBerry Signing Authority Tool. See this KB article for the full details.