在 Java 中:如何使用密钥库和信任库证书握手安全连接?
如果我有 2 个端子 A 和 B。 TA 通过安全套接字连接连接 TB。 我需要编写代码来实现两个终端之间的连接。
如何使用密钥库和信任库握手此类连接。 换句话说,我应该在哪里放置密钥库/信任库证书文件? (TA 或 TB)
非常感谢任何好的建议或好的例子。
谢谢
If I have 2 terminals A and B. T-A is connect T-B over secured socket connection. I need to write code to implement a connection between the 2 terminals.
How do I do handshake such connection using Keystore and Truststore. Another word, where do I place keystore/truststore certificate file? (T-A or T-B)
Any good advice or good example is greatly appreciated.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一份 PDF 白皮书,标题为 使用 JSSE 进行安全套接字通信可能有助于回答您的问题,包括密钥库文件的配置。
Here's a PDF whitepaper entitled Using JSSE for secure socket communication which may help answer your question, including configuration of your keystore files.