Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 78935 invoked from network); 26 Mar 2007 09:08:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Mar 2007 09:08:23 -0000 Received: (qmail 64218 invoked by uid 500); 26 Mar 2007 09:08:31 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 64120 invoked by uid 500); 26 Mar 2007 09:08:30 -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 64094 invoked by uid 99); 26 Mar 2007 09:08:30 -0000 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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, 26 Mar 2007 02:08:30 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6D5CF714071 for ; Mon, 26 Mar 2007 02:07:32 -0700 (PDT) Message-ID: <1724060.1174900052445.JavaMail.jira@brutus> Date: Mon, 26 Mar 2007 02:07:32 -0700 (PDT) From: "Leo Li (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (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 [ https://issues.apache.org/jira/browse/HARMONY-2678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484076 ] Leo Li commented on HARMONY-2678: --------------------------------- Hi, Stepan: Sorry for the delay. Verified. Thank you. Good luck. Leo. > [classlib][security]AlgorithmParameters fails to getInstance from "OAEP" > ------------------------------------------------------------------------ > > Key: HARMONY-2678 > URL: https://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. - You can reply to this email to add a comment to the issue online.