Re: Cipher.getInstance() doesn't find my cipher class, what's wrong?

Jan Luehe (luehe@laguna.eng.sun.com)
Tue, 8 Dec 1998 16:57:15 -0800 (PST)

Cyrill:

> 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