Package gnu.crypto.prng
Class RandomEventStandalone
- java.lang.Object
-
- java.util.EventObject
-
- gnu.crypto.prng.RandomEventStandalone
-
- All Implemented Interfaces:
Serializable
public class RandomEventStandalone extends EventObject
An interface for entropy accumulators that will be notified of random events.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description RandomEventStandalone(Object source, byte sourceNumber, byte poolNumber, byte[] data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getData()
byte
getPoolNumber()
byte
getSourceNumber()
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
RandomEventStandalone
public RandomEventStandalone(Object source, byte sourceNumber, byte poolNumber, byte[] data)
-
-