有人可以向我指出 javax.net.debug 的确切详细信息吗?

发布于 2024-12-07 05:26:07 字数 1540 浏览 0 评论 0原文

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

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

发布评论

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

评论(2

七禾 2024-12-14 05:26:07

我不明白你不明白的是什么。

中有该选项本身的规范JSSE 参考指南。有@JavaGeek 提到的教程。

您肯定需要了解 SSL 握手过程才能了解握手选项的输出,您的参考是 RFC 2246,或者如果您愿意的话,Eric Rescoria 的优秀书籍。

您需要了解 TrustManagerKeyManager 接口才能充分了解 keymanager 和 trustmanager 选项,并了解 SSLContext 和朋友会话和上下文的东西。

I don't understand what it is that you don't understand.

There's the specification of the option itself in the JSSE Reference Guide. There's the tutorial mentioned by @JavaGeek.

You definitely need to understand the SSL handshake process to understand the output for the handshake option, and your reference for that is RFC 2246, or th excellent book by Eric Rescoria if you like.

You would need to understand the TrustManager and KeyManager interfaces to make much sense out of the keymanager and trustmanager options, and the SSLContext and friends to understand the session and context stuff.

朕就是辣么酷 2024-12-14 05:26:07

你说的具体细节是什么意思?

Oracle 提供了一个关于如何调试 SSL 的非常好的教程连接,但如果您尝试查找它的 Javadoc,我认为它不可用。

What do you mean by the exact details?

Oracle provides a pretty good tutorial on how to debug SSL connections, but if you're trying to find the Javadoc for it, I don't think it's available.

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