Hi Marco,
I use a --disable-shared GCJ, built two days ago (revision 117030)...
What's the state of javax.crypto? Gnu classpath states that they
implemented it mostly. But when running a compiled test app (attached),
I get:
WARNING: Error loading security provider gnu.javax.crypto.jce.GnuCrypto:
java.lang.ClassNotFoundException: gnu.javax.crypto.jce.GnuCrypto
...
Here is a static initializer I use in order to get the GNU crypto stuff to
work:
static
{
Class c;
c = gnu.java.security.jce.sig.SHA160withDSS.class;
<snip>
}
-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/