We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我不明白你不明白的是什么。
中有该选项本身的规范JSSE 参考指南。有@JavaGeek 提到的教程。
您肯定需要了解 SSL 握手过程才能了解握手选项的输出,您的参考是 RFC 2246,或者如果您愿意的话,Eric Rescoria 的优秀书籍。
您需要了解
TrustManager
和KeyManager
接口才能充分了解 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
andKeyManager
interfaces to make much sense out of the keymanager and trustmanager options, and theSSLContext
and friends to understand the session and context stuff.你说的具体细节是什么意思?
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.