This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Cryptography Klasses already in GCJ?
- From: Clemens Eisserer <linuxhippy at web dot de>
- To: java at gcc dot gnu dot org
- Date: Fri, 05 Sep 2003 17:02:11 +0200
- Subject: Cryptography Klasses already in GCJ?
Hi there!
I´m currently writing a client-server applications which needs to be secure.
I´ve found several working ssl implementations for java, but some of
them rely on a thing calles "JCE".
Is JCE already in GCJ included (since which release of GCJ?)?
Are there already working javax.crypto classes?
lg Clemens