org.ijsberg.iglu.util.misc
Class KeyGenerator

java.lang.Object
  extended by org.ijsberg.iglu.util.misc.KeyGenerator

public abstract class KeyGenerator
extends Object

Generates keys for storage and security purposes.


Field Summary
static char[][] codeArray
           
 
Constructor Summary
KeyGenerator()
           
 
Method Summary
static String generateKey()
          Generates a random key which is guaranteed to be unique within the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codeArray

public static final char[][] codeArray
Constructor Detail

KeyGenerator

public KeyGenerator()
Method Detail

generateKey

public static String generateKey()
Generates a random key which is guaranteed to be unique within the application.

Returns:


Copyright © 2011. All Rights Reserved.