Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 53941 invoked from network); 18 Dec 2006 13:43:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Dec 2006 13:43:45 -0000 Received: (qmail 32619 invoked by uid 500); 18 Dec 2006 13:43:53 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 32590 invoked by uid 500); 18 Dec 2006 13:43:53 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 32581 invoked by uid 99); 18 Dec 2006 13:43:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Dec 2006 05:43:52 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Dec 2006 05:43:44 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7D7C2714295 for ; Mon, 18 Dec 2006 05:43:24 -0800 (PST) Message-ID: <27457657.1166449404511.JavaMail.jira@brutus> Date: Mon, 18 Dec 2006 05:43:24 -0800 (PST) From: "Leo Li (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-2678) [classlib][security]AlgorithmParameters fails to getInstance from "OAEP" In-Reply-To: <16367850.1166087541069.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/HARMONY-2678?page=all ] Leo Li updated HARMONY-2678: ---------------------------- Attachment: patch-remove_signed.diff Hi Stepan: That is OK. But I missed to remove the "signed" from the name of the bouncy castle jar. Could you help to apply the additional patch to fix it?:) Thank you. Leo > [classlib][security]AlgorithmParameters fails to getInstance from "OAEP" > ------------------------------------------------------------------------ > > Key: HARMONY-2678 > URL: http://issues.apache.org/jira/browse/HARMONY-2678 > Project: Harmony > Issue Type: Bug > Components: Classlib > Reporter: Leo Li > Assigned To: Stepan Mishura > Attachments: patch-2678.zip, patch-remove_signed.diff > > > Here is a testcase: > public void test_algorithmParameters_getInstance() throws Exception > { > assertNotNull(AlgorithmParameters.getInstance("OAEP")); > } > RI passes. > Harmony fails. > It seems that there is no org.bouncycastle.jce.provider.JDKAlgorithmParameters$OAEP.class, but another three classes seeming related: > RSAESOAEPparams.class, OAEPEncoding.class and JCERSACipher$OAEPPadding.class. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira