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 の SSLSocket を暗号スイートで使用しています: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
これは非常に非効率的であることが判明しました。
上記の暗号スイートを引き続き使用し、実装で Java のデフォルト アルゴリズムをオーバーライドしたいと考えています。
ベストプラクティスは何ですか? :