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.
私が知りたいのは、メッセージ ハンドシェイク SSL/TLS を Java コードで処理できるかどうかです。つまり、クエリ ClientKeyExchange で、サーバーに送信されるキーを操作または選択できるかどうかです。
はい、ソケットを取得するSSLContextで必要なことを行うKeyManagerをインストールすると。JSSE リファレンス ガイドを参照してください。