jdk/src/share/classes/javax/crypto/spec/PBEParameterSpec.java
changeset 19391 58802f86adfa
parent 14405 e7fff80005c1
child 23010 6dadb192ad81
equal deleted inserted replaced
19389:044bdfe2b361 19391:58802f86adfa
    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,