All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.habanero.KeyGen
java.lang.Object
|
+----ncsa.habanero.KeyGen
- public class KeyGen
- extends Object
- implements Serializable
KeyGen - generates a sequence of keys
-
KeyGen()
-
-
nextKey()
-
KeyGen
public KeyGen()
- Parameters:
- nInit - - the initial code
- Returns:
- Creates a key
nextKey
public Key nextKey()
- Returns:
- generates a new key from the original value, estimated
number of iterations before a repeated value is 150002
All Packages Class Hierarchy This Package Previous Next Index