Serialized Form


Package freenet.support.CPUInformation

Class freenet.support.CPUInformation.UnknownCPUException extends java.lang.RuntimeException implements Serializable


Package gnu.crypto.prng

Class gnu.crypto.prng.AsyncFortunaStandalone extends FortunaStandalone implements Serializable

Serialized Fields

asyncBuffers

byte[][] asyncBuffers

status

int[] status

nextBuf

int nextBuf

Class gnu.crypto.prng.FortunaStandalone extends BasePRNGStandalone implements Serializable

serialVersionUID: 16435934L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException
Throws:
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

generator

FortunaStandalone.Generator generator

pools

Sha256Standalone[] pools

lastReseed

long lastReseed

pool

int pool

pool0Count

int pool0Count

reseedCount

int reseedCount

Class gnu.crypto.prng.LimitReachedExceptionStandalone extends java.lang.Exception implements Serializable

Class gnu.crypto.prng.RandomEventStandalone extends java.util.EventObject implements Serializable

Serialized Fields

sourceNumber

byte sourceNumber

poolNumber

byte poolNumber

data

byte[] data

Package net.i2p

Class net.i2p.I2PException extends java.lang.Exception implements Serializable

Serialized Fields

_source

java.lang.Throwable _source

Package net.i2p.apps.systray

Class net.i2p.apps.systray.BrowserChooser extends java.awt.FileDialog implements Serializable


Package net.i2p.client

Class net.i2p.client.I2PSessionException extends I2PException implements Serializable


Package net.i2p.client.datagram

Class net.i2p.client.datagram.I2PInvalidDatagramException extends java.lang.Exception implements Serializable


Package net.i2p.client.streaming

Class net.i2p.client.streaming.TooManyStreamsException extends I2PException implements Serializable


Package net.i2p.crypto

Class net.i2p.crypto.DHSessionKeyBuilder.InvalidPublicParameterException extends I2PException implements Serializable

Class net.i2p.crypto.DummyPooledRandomSource extends PooledRandomSource implements Serializable


Package net.i2p.data

Class net.i2p.data.ByteArray extends java.lang.Object implements Serializable

Serialized Fields

_data

byte[] _data

_valid

int _valid

_offset

int _offset

Class net.i2p.data.DataFormatException extends I2PException implements Serializable

Class net.i2p.data.SessionTag extends ByteArray implements Serializable


Package net.i2p.data.i2cp

Class net.i2p.data.i2cp.I2CPMessageException extends I2PException implements Serializable


Package net.i2p.data.i2np

Class net.i2p.data.i2np.I2NPMessageException extends I2PException implements Serializable


Package net.i2p.i2ptunnel

Class net.i2p.i2ptunnel.I2PTunnelGUI extends java.awt.Frame implements Serializable

Serialized Fields

input

java.awt.TextField input

log

java.awt.TextArea log

t

I2PTunnel t

Package net.i2p.i2ptunnel.socks

Class net.i2p.i2ptunnel.socks.SOCKSException extends java.lang.Exception implements Serializable


Package net.i2p.util

Class net.i2p.util.BufferedRandomSource extends RandomSource implements Serializable

Serialized Fields

_buffer

byte[] _buffer

_nextByte

int _nextByte

_nextBit

int _nextBit

Class net.i2p.util.FortunaRandomSource extends RandomSource implements Serializable

Serialized Fields

_fortuna

AsyncFortunaStandalone _fortuna

_nextGaussian

double _nextGaussian

_haveNextGaussian

boolean _haveNextGaussian

Class net.i2p.util.NativeBigInteger extends java.math.BigInteger implements Serializable

Serialized Fields

cachedBa

byte[] cachedBa

Class net.i2p.util.OrderedProperties extends java.util.Properties implements Serializable

Serialized Fields

_order

java.util.TreeSet<E> _order
ordered set of keys (strings) stored in the properties


_data

java.util.Map<K,V> _data
simple key=value mapping of the actual data


_lock

java.lang.Object _lock
lock this before touching _order or _data

Class net.i2p.util.PooledRandomSource extends RandomSource implements Serializable

Serialized Fields

_log

Log _log

_pool

RandomSource[] _pool

_nextPool

int _nextPool

Class net.i2p.util.RandomSource extends java.security.SecureRandom implements Serializable

Serialized Fields

_log

Log _log

_entropyHarvester

EntropyHarvester _entropyHarvester

_context

I2PAppContext _context