This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/27228] java.security.InvalidAlgorithmParameterException



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]