This is the mail archive of the java@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]

Re: javax.crypto


Mohan Embar wrote:
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/

Works! Thanks a lot...


Marco


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