提交 f39ef12d 编写于 作者: V vinnie

8013170: Spec for PBEParameterSpec does not specify behavior when paramSpec is null

Reviewed-by: mullan
上级 bfd2074d
......@@ -64,7 +64,8 @@ public class PBEParameterSpec implements AlgorithmParameterSpec {
* @param salt the salt. The contents of <code>salt</code> are copied
* to protect against subsequent modification.
* @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.
*
* @since 1.8
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册