org.ijsberg.iglu.util.misc
Class KeyGenerator
java.lang.Object
org.ijsberg.iglu.util.misc.KeyGenerator
public abstract class KeyGenerator
- extends Object
Generates keys for storage and security purposes.
|
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 |
codeArray
public static final char[][] codeArray
KeyGenerator
public KeyGenerator()
generateKey
public static String generateKey()
- Generates a random key which is guaranteed to be unique within the application.
- Returns:
Copyright © 2011. All Rights Reserved.