黑莓代码

发布于 2024-09-02 04:36:30 字数 588 浏览 8 评论 0原文

我在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

呢古 2024-09-09 04:36:30

您需要使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文