-
Bug
-
Resolution: Duplicate
-
P3
-
5.0
-
generic
-
generic
Name: ipR10067 Date: 06/02/2004
The description of the Cipher.init(int opmode, java.security.Key key)
and Cipher.init(int opmode, java.security.Key key, java.security.SecureRandom
random)
methods does not describe any exception, but java.security.InvalidKeyException.
However the implementation throws NullPointerException
when the parameter "key" is null.
======================================================================
- duplicates
-
JDK-5056438 Cipher.init throws exception if Cipher is generated using RC4 as algorithm
- Closed