All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.io.InputStream | +----cryptix.math.RandomStream
Copyright © 1995-1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.1.1.1 $
public RandomStream()
public int read()
public int read(byte b[])
public int read(byte b[], int off, int len)
public long skip(long n)
protected abstract void seed(byte seed[])
protected abstract byte nextByte()
All Packages Class Hierarchy This Package Previous Next Index