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 05:00:41 UTC

[jira] Assigned: (HARMONY-316) javax.crypto.ExemptionMechanism.getInstance exception behaviour differs from RI

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

Stepan Mishura reassigned HARMONY-316:
--------------------------------------

    Assign To: Stepan Mishura

> javax.crypto.ExemptionMechanism.getInstance exception behaviour differs from RI
> -------------------------------------------------------------------------------
>
>          Key: HARMONY-316
>          URL: http://issues.apache.org/jira/browse/HARMONY-316
>      Project: Harmony
>         Type: Bug

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

>
> javax.crypto.ExemptionMechanism.getInstance method doesn't match reference behaviour. It throws NoSuchProviderExceptions and NullPointerExceptions when the RI throws IllegalArgumentExceptions. See log below for details.
> RI is Sun Microsystems Inc. 1.5.0_06
> Test is harmony classlib
> javax.crypto.ExemptionMechanism.getInstance("",""):
>   RI throws java.lang.IllegalArgumentException: missing provider
>   Test throws java.security.NoSuchProviderException
> javax.crypto.ExemptionMechanism.getInstance((java.lang.String)null,""):
>   RI throws java.lang.IllegalArgumentException: missing provider
>   Test throws java.lang.NullPointerException: Algorithm is null
> javax.crypto.ExemptionMechanism.getInstance((java.lang.String)null,(java.lang.String)null):
>   RI throws java.lang.IllegalArgumentException: missing provider
>   Test throws java.lang.NullPointerException: Algorithm is null
> javax.crypto.ExemptionMechanism.getInstance((java.lang.String)null,(java.security.Provider)null):
>   RI throws java.lang.IllegalArgumentException: missing provider
>   Test throws java.lang.NullPointerException: Algorithm is null

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