jdk/src/java.base/share/classes/java/security/SecureRandomParameters.java
changeset 38854 346e5e8aeb45
parent 37796 256c45c4af5d
equal deleted inserted replaced
38853:971a7101da5b 38854:346e5e8aeb45
    31  * Some {@code SecureRandom} implementations might require additional
    31  * Some {@code SecureRandom} implementations might require additional
    32  * operational parameters. Objects of classes which implement this interface
    32  * operational parameters. Objects of classes which implement this interface
    33  * can be passed to those implementations that support them.
    33  * can be passed to those implementations that support them.
    34  *
    34  *
    35  * @see DrbgParameters
    35  * @see DrbgParameters
       
    36  * @since 9
    36  */
    37  */
    37 public interface SecureRandomParameters {
    38 public interface SecureRandomParameters {
    38 }
    39 }