[jdev] Cipher suite availability

Vinod Panicker vinod.p at gmail.com
Tue Apr 5 07:37:46 CDT 2005


Hi,

Dunno if this is the right question to ask on this list, but seemed to
be the closest match.

Basically i'm trying to create an xmpp implementation.  The TLS cipher
suite required is specified in the RFC as
TLS_RSA_WITH_3DES_EDE_CBC_SHA.

The Sun JSSE/Sun JCE security providers (JDK 1.5) sadly dont provide
this cipher suite.  Are there alternatives that can be used such as
SSL_RSA_WITH_3DES_EDE_CBC_SHA?

Or are there other security providers that provide support for this cipher?

Is it simply not possible to use the Sun security providers?

Regards,
Vinod.



More information about the JDev mailing list