All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.io.InputStream | +----cryptix.math.RandomStream | +----cryptix.math.PseudoRandomStream | +----cryptix.security.CSRandomStream | +----cryptix.pgp.FileRandomStream
The gui is a better source of entropy for applets than the methods here, but is not included here since Cryptix is non gui.
Still, this class is usable by applets, hence all the exception handling.
public FileRandomStream() throws IOException
public FileRandomStream(File seed_file) throws IOException
public void init(File seed_file) throws IOException
protected void finalize()
public void add(byte entropy[])
public synchronized void readSeedFile()
public synchronized void updateSeedFile() throws IOException
public final static void main(String argv[]) throws IOException
All Packages Class Hierarchy This Package Previous Next Index