DES.java
Jonathan S. Shapiro
shap@eros.cis.upenn.edu
Tue, 29 Sep 1998 16:26:44 -0400
My apologies for the resend -- this should have gone to e-lang in the
first place.
------- Forwarded Message
Return-Path: shap@eros.cis.upenn.edu
Delivery-Date: Tue Sep 29 15:40:06 1998
Received: from halifax.syncomas.com (halifax.syncomas.com [192.168.0.1])
by snocrash.cis.upenn.edu (8.8.7/8.8.7) with ESMTP id PAA21606
for <shap@halifax.syncomas.com>; Tue, 29 Sep 1998 15:40:06 -0400
From: shap@eros.cis.upenn.edu
Received: from mail.earthlink.net
by halifax.syncomas.com (fetchmail-4.4.4 POP3)
for <shap/halifax.syncomas.com> (single-drop); Tue, 29 Sep 1998 15:40:06 EDT
Received: from snocrash.cis.upenn.edu (cm20813845107.cableco-op.com [208.138.45.107])
by stork.prod.itd.earthlink.net (8.8.7/8.8.5) with ESMTP id PAA02728
for <jsshapiro@earthlink.net>; Tue, 29 Sep 1998 15:32:03 -0700 (PDT)
Received: from eros.cis.upenn.edu (localhost [127.0.0.1])
by snocrash.cis.upenn.edu (8.8.7/8.8.7) with ESMTP id PAA21598;
Tue, 29 Sep 1998 15:38:32 -0400
Message-Id: <199809291938.PAA21598@snocrash.cis.upenn.edu>
To: "Bill Frantz on The Earth@mail.earthlink.net (by way of \"Mark S. Miller\"
<markm@caplet.com>)" <frantz@communities.com>
cc: "Jonathan Shapiro" <jsshapiro@earthlink.net>
Subject: Re: DES.java
In-reply-to: Your message of "Tue, 29 Sep 1998 14:46:30 PDT."
<3.0.3.32.19980929144630.0074c5b0@ricochet.net>
Date: Tue, 29 Sep 1998 15:38:32 -0400
Sender: shap@eros.cis.upenn.edu
X-UIDL: a1edd07bd32eb2246f8af9040b2cee4b
The other day I discovered that the kaffe java library does not
support the java.security classes.
Actually, it didn't support BigInteger either. I talked to Tim Wilke
today, and he noted that their stated support was for the ``Personal
Java'' subset, which does not include BigInteger. The latest snapshot
includes BigInteger support, so don't get too worried about that.
My guess is that the cryptix library contains support to actually do
everything difficult that is in the java.security classes.
How hard would it be to implement a ``stub'' version of the
java.security classes that used the cryptix library to do all of the
hard work? It would sure be nice if this stuff ran on kaffe!
shap
------- End of Forwarded Message