Re: Blowfish in JCE

Jan Luehe (luehe@laguna.eng.sun.com)
Tue, 8 Sep 1998 16:35:27 -0700 (PDT)

Elliotte:

> java.security.NoSuchAlgorithmException: Algorithm Blowfish not available
> at javax.crypto.JceSecurity.getImpl(Compiled Code)
> at
> javax.crypto.SecretKeyFactory.getInstance(SecretKeyFactory.java:105)
> at BlowfishEncryptor.main(Compiled Code)

Looks like the "SunJCE" provider (which supplies the
"Blowfish" implementation) is not registered properly.

Please check

http://developer.javasoft.com/developer/earlyAccess/jdk12/jce12_install.html

for instructions on how to register the provider.

Thanks,

Jan