Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道我们是否可以在 Java 代码中处理消息握手 SSL/TLS,换句话说,在查询 ClientKeyExchange 中我们是否可以操作或选择将发送到服务器的密钥?
是的,如果您在 SSLContext 中安装了一个可以执行您想要的操作的 KeyManager,您可以从中获取套接字。请参阅 JSSE 参考指南。