Package iaik.security.random

Interface Summary
SeedGenListener The SeedGenListener interface is used with SeedGenerators.
 

Class Summary
MetaSeedGenerator This seed generator generates new seeds given an initial seed.
RandomInputStream An InputStream that reads data from a Random number generator.
SecRandom The SecRandom class is the base class of all IAIK implemented secure pseudo random number generators (PRNGs).
SeedGenerator A SeedGenerator is a class that "computes" random bits that can be used as seed for pseudo-random number generators (PRNG).
 

Exception Summary
RandomException Exception for the error conditions that might occur in the random package.