This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/27228] java.security.InvalidAlgorithmParameterException
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 20 Apr 2006 22:16:05 -0000
- Subject: [Bug libgcj/27228] java.security.InvalidAlgorithmParameterException
- References: <bug-27228-7936@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from tromey at gcc dot gnu dot org 2006-04-20 22:16 -------
I see this with 4.2. 4.1 seems to work.
With jamvm and classpath cvs I see something else:
opsy. ~/workspace/classpath/install/bin/jamvm Sec
java.security.NoSuchAlgorithmException: DH
at java.security.KeyPairGenerator.getInstance(KeyPairGenerator.java:115)
at Sec.main(Sec.java:17)
... which is curious since DH is definitely defined as a key pair generator
in GnuCrypto.java.
--
tromey at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2006-04-20 22:16:04
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27228