|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
gnu.crypto.prng.RandomEventStandalone
public class RandomEventStandalone
An interface for entropy accumulators that will be notified of random events.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
RandomEventStandalone(Object source,
byte sourceNumber,
byte poolNumber,
byte[] data)
|
Method Summary | |
---|---|
byte[] |
getData()
|
byte |
getPoolNumber()
|
byte |
getSourceNumber()
|
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RandomEventStandalone(Object source, byte sourceNumber, byte poolNumber, byte[] data)
Method Detail |
---|
public byte getSourceNumber()
public byte getPoolNumber()
public byte[] getData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |