Added in API level 35

SecureRandomParameters

public interface SecureRandomParameters

java.security.SecureRandomParameters
DrbgParameters.Instantiation DRBG parameters for instantiation. 
DrbgParameters.NextBytes DRBG parameters for random bits generation. 
DrbgParameters.Reseed DRBG parameters for reseed. 


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: