8013170: Spec for PBEParameterSpec does not specify behavior when paramSpec is null
Reviewed-by: mullan
This commit is contained in:
parent
d12a32baab
commit
f537c82bab
@ -64,7 +64,8 @@ public class PBEParameterSpec implements AlgorithmParameterSpec {
|
|||||||
* @param salt the salt. The contents of <code>salt</code> are copied
|
* @param salt the salt. The contents of <code>salt</code> are copied
|
||||||
* to protect against subsequent modification.
|
* to protect against subsequent modification.
|
||||||
* @param iterationCount the iteration count.
|
* @param iterationCount the iteration count.
|
||||||
* @param paramSpec the cipher algorithm parameter specification.
|
* @param paramSpec the cipher algorithm parameter specification, which
|
||||||
|
* may be null.
|
||||||
* @exception NullPointerException if <code>salt</code> is null.
|
* @exception NullPointerException if <code>salt</code> is null.
|
||||||
*
|
*
|
||||||
* @since 1.8
|
* @since 1.8
|
||||||
|
Loading…
Reference in New Issue
Block a user