com.sun.crypto.provider.RSAChiper is not a subclass of xjava.security.Ciphe

I have installed Tertio Provident

This was developed with java and at the beginning I hve to connect to a server. I was not able to connect. On connection this error occurs:"Could not connect to the Provident Service Activation Server,

class configured for Cipher: com.sun.crypto.provider.RSACipher is not a subclass of xjava.security.Cipher"

This error occurs only on my machine which has installed windows 2K and jdk 1.5

Do you know what I have to do to solve this problem?

Thank you

Marco

[537 byte] By [marco.sa] at [2007-10-2 2:12:51]
# 1
I would contact the vendor and find out whether the product will run with Java 1.5
ChuckBinga at 2007-7-15 19:53:38 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 2
I have recently worked through a similar issue, however I was converting from a Cryptix provider to Bouncy Castle. What I found is that Cryptix and the JCE each have their own Cipher classes - I would make sure that you are doing the lookup on the correct instance.
palooka2a at 2007-7-15 19:53:38 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...