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 2006/04/07 04:58:31 UTC

[jira] Assigned: (HARMONY-315) javax.crypto.Cipher.getInstance doesn't match RI exception behaviour.

     [ http://issues.apache.org/jira/browse/HARMONY-315?page=all ]

Stepan Mishura reassigned HARMONY-315:
--------------------------------------

    Assign To: Stepan Mishura

> javax.crypto.Cipher.getInstance doesn't match RI exception behaviour.
> ---------------------------------------------------------------------
>
>          Key: HARMONY-315
>          URL: http://issues.apache.org/jira/browse/HARMONY-315
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Stepan Mishura
>     Priority: Trivial

>
> javax.crypto.getInstance methods doesn't match reference behaviour.  It throws NoSuchProvideExceptions when it should be throwing IllegalArgumentExceptions.  See log below for details.
> RI is Sun Microsystems Inc. 1.5.0_06
> Test is harmony classlib
> javax.crypto.Cipher.getInstance("",""):
>   RI throws java.lang.IllegalArgumentException: Missing provider
>   Test throws java.security.NoSuchProviderException: Provider  is not available
> javax.crypto.Cipher.getInstance("",(java.lang.String)null):
>   RI throws java.lang.IllegalArgumentException: Missing provider
>   Test throws java.security.NoSuchProviderException: Provider null is not available
> javax.crypto.Cipher.getInstance((java.lang.String)null,""):
>   RI throws java.lang.IllegalArgumentException: Missing provider
>   Test throws java.security.NoSuchProviderException: Provider  is not available
> javax.crypto.Cipher.getInstance((java.lang.String)null,(java.lang.String)null):
>   RI throws java.lang.IllegalArgumentException: Missing provider
>   Test throws java.security.NoSuchProviderException: Provider null is not available

-- 
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