> I tried this with both the SunJCE1.2ea2 and the IAIK crypto extensions
> and the error was the same. Am I missing anything here? Is there a
> difference between Signature.getInstance() (java.security) and
> Cipher.getInstance() (javax.crypto) concerning class loading? The class
> file ElGamalCipher.class is in the package 'mypackage.crypto'.
This is fixed in the JCE 1.2beta2 release, which takes full
advantage of the new extensions mechanism.
Jan