equal
deleted
inserted
replaced
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 } |