|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Package org.hd.d.efs |
|---|
| Class org.hd.d.efs.EntropyPool extends java.security.SecureRandom implements Serializable |
|---|
serialVersionUID: -8340547627041895636L
| Serialized Fields |
|---|
int maxPoolSizeBits
int poolLengthBytes
java.security.SecureRandom guarantor
All output is XORed with this generator (if non-null) to provide a minimum guarantee of security and output purity, etc.
This generator may not be trustworthy and we should try not to leak entropy (or internal state) into it nor otherwise trust it completely.
java.net.URL externalEntropySource
This can be a file: URL, in which case, if /dev/random, it may work on all newish Solaris and Linux boxes and on Windows due to an emulation.
URL is assumed to be immutable, so no defensive copying is needed.
Reads from the URL will be in chunks of
boolean injectEmergencyBitsIfPoolEmpty
int initialEntropyBits
long _iCE_count
int _aE_count
long _nBU_count
| Class org.hd.d.efs.Whitener extends java.security.SecureRandom implements Serializable |
|---|
| Serialized Fields |
|---|
java.security.SecureRandom mainSource
java.security.SecureRandom whitenerSource
| Package org.hd.d.efs.servlet |
|---|
| Class org.hd.d.efs.servlet.GathererServlet extends javax.servlet.http.HttpServlet implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String[] poolNames
java.lang.String seedSubDir
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||