|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jclass.RandomKeyGenerator
A random key generator used in generating variable length keys.
Written: Radu Sion
Version: 0.1
Source: RandomKeyGenerator.java
Visit
Smart Software
Constructor Summary | |
RandomKeyGenerator()
|
Method Summary | |
static byte[] |
newKey(byte length)
Generates a new random key of a given length. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public RandomKeyGenerator()
Method Detail |
public static byte[] newKey(byte length)
The
- length of the generated key. If neg or 0 the length is random.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: | CONSTR | METHOD |