You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Stepan Mishura (JIRA)" <ji...@apache.org> on 2007/01/19 09:52:30 UTC

[jira] Resolved: (HARMONY-2678) [classlib][security]AlgorithmParameters fails to getInstance from "OAEP"

     [ https://issues.apache.org/jira/browse/HARMONY-2678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stepan Mishura resolved HARMONY-2678.
-------------------------------------

    Resolution: Fixed

Leo, I've added test to SECURITY module at r497742. I think the issue can be closed.

> [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.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira