planet.util
Class KeyGen

java.lang.Object
  extended byplanet.util.KeyGen
All Implemented Interfaces:
java.io.Serializable

public class KeyGen
extends java.lang.Object
implements java.io.Serializable

Author:
Ruben Mondejar
See Also:
Serialized Form

Constructor Summary
KeyGen(int ini_value, int MAX)
           
 
Method Summary
 java.lang.String generateKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyGen

public KeyGen(int ini_value,
              int MAX)
Method Detail

generateKey

public java.lang.String generateKey()