Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Advanced
Description
Here is a testcase:
public void testgetProviders()
{
Provider[] providers = Security.getProviders("Signature.SHA1withDSA KeySize:512");
}
RI passes.
Harmony fails with throwing NumberFormatException.
Attachments
Attachments
Issue Links
- relates to
-
HARMONY-3154 [classlib][security] Security.getProviders(filter) methods don't accept empty attribute value
- Closed