equal
deleted
inserted
replaced
62 * the PKCS #5 standard. |
62 * the PKCS #5 standard. |
63 * |
63 * |
64 * @param salt the salt. The contents of <code>salt</code> are copied |
64 * @param salt the salt. The contents of <code>salt</code> are copied |
65 * to protect against subsequent modification. |
65 * to protect against subsequent modification. |
66 * @param iterationCount the iteration count. |
66 * @param iterationCount the iteration count. |
67 * @param paramSpec the cipher algorithm parameter specification. |
67 * @param paramSpec the cipher algorithm parameter specification, which |
|
68 * may be null. |
68 * @exception NullPointerException if <code>salt</code> is null. |
69 * @exception NullPointerException if <code>salt</code> is null. |
69 * |
70 * |
70 * @since 1.8 |
71 * @since 1.8 |
71 */ |
72 */ |
72 public PBEParameterSpec(byte[] salt, int iterationCount, |
73 public PBEParameterSpec(byte[] salt, int iterationCount, |