bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug crypto/26805] DES Encryption fails


From: roman at kennke dot org
Subject: [Bug crypto/26805] DES Encryption fails
Date: 22 Mar 2006 20:09:38 -0000


------- Comment #3 from roman at kennke dot org  2006-03-22 20:09 -------
Created an attachment (id=11100)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11100&action=view)
Proposed patch

This patch seems to make the KeyGenerator initialized after beeing created.
However, this only uncovers a new problem:

address@hidden:~/src/test$ jamvm CipherTest
java.security.NoSuchAlgorithmException: DES/ECB/PKCS5Padding: DES
   at javax.crypto.Cipher.getInstance (Cipher.java:205)
   at CipherTest.main (CipherTest.java:13)
address@hidden:~/src/test$

Is that algorithm not implemented?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26805





reply via email to

[Prev in Thread] Current Thread [Next in Thread]