Java SSL/TLS with Anonymous Diffie Hellman

后端 未结 1 1287
借酒劲吻你
借酒劲吻你 2021-01-22 03:05

I have a basic client/server application written in Java which uses plain Sockets for communication.

I\'d like to prevent passive eavesdropping attacks against it and d

相关标签:
1条回答
  • 2021-01-22 03:51

    You should set the cipher suite on the SSLSocket (or SSLEngine) using setEnabledCipherSuites.

    0 讨论(0)
提交回复
热议问题