Cipher suite equivalence

Hi,I am after the TLS version of this cipher suite:SSL_RSA_WITH_3DES_EDE_CBC_SHAOr are they just one and the same?Any ideas anyone?
[166 byte] By [neilha] at [2007-10-2 11:29:06]
# 1
According to their respective definitions in http://wp.netscape.com/eng/ssl3/draft302.txt and http://www.ietf.org/rfc/rfc2246.txt they have the same ID value (0x00a) in the handshake message so they seem to be the same.
ejpa at 2007-7-13 4:49:02 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...