|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--weblogic.security.RandomBitsSource
|
+--weblogic.security.SpinnerRandomBitsSource
Random number generator. Caller starts a spinner thread which increments a counter. The random byte is based on the number of loop iterations performed in a time interval. The time interval varies (1 to MAX_TIMEOUT millis) based on the system time, and the current counter.
| Constructor Summary | |
SpinnerRandomBitsSource()
|
|
| Method Summary | |
byte |
randomByte()
|
void |
run()
|
void |
seed(byte[] b)
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public SpinnerRandomBitsSource()
| Method Detail |
public void seed(byte[] b)
public byte randomByte()
public void run()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs61 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||