[classlib][security] Security.getProviders throws NumberFormatException unexpectedly
------------------------------------------------------------------------------------
Key: HARMONY-2761
URL: http://issues.apache.org/jira/browse/HARMONY-2761
Project: Harmony
Issue Type: Bug
Reporter: Leo Li
Here is a testcase:
public void testgetProviders()
{
Provider[] providers = Security.getProviders("Signature.SHA1withDSA KeySize:512");
}
RI passes.
Harmony fails with throwing NumberFormatException.
--
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
|