-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
5.0
-
sparc
-
solaris_2.6
Name: alR10104 Date: 11/17/2003
The spec states for the KeyAgreement.getInstance(String alg) method:
"Throws:
NoSuchAlgorithmException - if the specified algorithm is not available in
the default provider package or any of the other provider packages that were
searched."
Instead, the NullPointerException is thrown when alg==null.
======================================================================