Hello
I am running into an encryption problem when using SunJce provider and PBEWithMD5AndDES algorithm when invoked via Virgo server. I am using Sun JRE 1.6.
I get the following exception when attempting to get an instance or the SecretKeyFactory for the above provider and algorithm.
java.security.NoSuchAlgorithmException:
class configured for SecretKeyFactory: com.sun.crypto.provider.PBEKeyFactory$PBEWithMD5AndDES not a SecretKeyFactory
Running outside the virgo setup, allows me to encrypt and decrypt successfully.
Thanks in advance
Elizabeth