使用 https 与 .net Web 服务通信

发布于 2024-11-09 01:31:16 字数 390 浏览 0 评论 0原文

我有一个 Android 应用程序,它使用自签名服务器证书通过 TLS 上的 http 与 .net Web 服务进行通信。现在我试图弄清楚如何在 Blackberry 手机中完成类似的事情(将服务器证书导入应用程序并使用 http get 协议与 .net Web 服务对话)。

阅读文章 Blackberry 对 HTTPS 的支持,我的印象是它可能比 Android 更复杂(例如,在电话和 Web 服务器之间拥有企业服务器和 MDS)。我可以使用直接 TCP 连接吗?

I have an Android app that talks to .net web service via http over TLS using self-signed server certificate. Now I am trying to figure out how I can accomplish the similar things (Import server certificate into the app and use http get protocol to talk to .net web service) in Blackberry phone.

Reading an article Blackberry support for HTTPS, my impression was that it might be more complex than in Android (for example, having Enterprise server and MDS between a phone and web server). Can I use Direct TCP Connection?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

你另情深 2024-11-16 01:31:16

您可以使用

HttpsConnection cons=(HttpsConnection) Connector.open("https://xyz.com");

You can use

HttpsConnection cons=(HttpsConnection) Connector.open("https://xyz.com");

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