Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

MQ JMS over SSL using IAIK

2 views
Skip to first unread message

Silvano

unread,
May 27, 2003, 8:32:03 AM5/27/03
to
Does anybody know if it is possible to use IAIK security provider to
establish a SSL connection between a JMS client and a WebSphere MQ
QueueManager?

While my program is working without any problem using JSSE I get the
following exception during the handshake using IAIK.

java.lang.NoClassDefFoundError
at javax.crypto.Cipher.a(DashoA6275)
at javax.crypto.Cipher.getInstance(DashoA6275)

It seems that MQ SSL tries to load a Cipher, which is not implemented
by IAIK. The problem is that IAIK is our standard provider. Is there
any workaround?

Thanks Silvano

0 new messages