将 Cipher Suite 添加到 Android/Harmony Jsse

发布于 2024-11-08 02:43:49 字数 163 浏览 0 评论 0原文

因此 Harmony JSSE 没有我连接到服务器所需的密码套件。它不支持 TLS_ECDHE_ECDSA_WITH_AES_256_SHA。是否可以(如果可以,如何)添加对该套件的支持?我有 Harmony JSSE 的源代码,我可以添加该密码套件的代码吗?有没有更简单的方法来添加它?

谢谢!

So Harmony JSSE doesn't have the ciphersuite that I need to connect to my server. It has no support for TLS_ECDHE_ECDSA_WITH_AES_256_SHA. Is it possible (and if so, how) to add in support for that suite? I have the source for harmony JSSE, can I just add in the code for that cipher suite? Is there an easier way to add it?

Thanks!

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

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

发布评论

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

评论(1

冷情 2024-11-15 02:43:49

好吧,已经很久了,我终于弄清楚了。

有一个库 SpongyCastle 基本上是 Android 的完整 BouncyCastle。它有我需要的正确密码套件。

Ok, it's been long enough and I finally figured it out.

There is a library, SpongyCastle that is basically the full BouncyCastle for android. It has the proper ciphersuite that I need.

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