From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1748 invoked by alias); 22 Apr 2006 19:18:04 -0000 Received: (qmail 1732 invoked by uid 48); 22 Apr 2006 19:18:03 -0000 Date: Sat, 22 Apr 2006 19:18:00 -0000 Message-ID: <20060422191803.1731.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug crypto/27228] java.security.InvalidAlgorithmParameterException In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "david at jpackage dot org" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2006-q2/txt/msg00153.txt.bz2 List-Id: ------- Comment #9 from david at jpackage dot org 2006-04-22 19:18 ------- Maybe we can consider moving these class before closing this bug? I am also wondering why the are Diffie Hellman classes in the `sig' package. DH is not a digital signature algorithm, unless we are accounting for the obvious similarities between DH and DSA (but then, ElGamal is similar as well). But then there are ElGamal classes are in javax.crypto.key.dh. How confusing can we get? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27228