Added in API level 35
Summary:
SecureRandomParameters
public
interface
SecureRandomParameters
java.security.SecureRandomParameters |
A marker interface for parameters used in various SecureRandom
methods.
Some SecureRandom
implementations might require additional
operational parameters. Objects of classes which implement this interface
can be passed to those implementations that support them.
See also: