I am working on configuring a Java client which its job is to make TLS connections to servers. I want to configure my client with these 3 ciphers:
TLS_RSA_WI
Yes, they are the same. See Java Cryptography Architecture Standard Algorithm Name Documentation:
Some JSSE cipher suite names were defined before TLSv1.0 was finalized, and were therefore given the
SSL_
prefix. The names mentioned in the TLS RFCs prefixed withTLS_
are functionally equivalent to the JSSE cipher suites prefixed withSSL_
.