Serialized Form


Package freenet.support.CPUInformation

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

serialVersionUID: 5166144274582583742L


Package gnu.crypto.prng

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

Serialized Fields

_bufferCount

int _bufferCount

_bufferSize

int _bufferSize

asyncBuffers

Object asyncBuffers
the lock


_context

I2PAppContext _context

_log

Log _log

_isRunning

boolean _isRunning

_refillThread

Thread _refillThread

_fullBuffers

LinkedBlockingQueue<E> _fullBuffers

_emptyBuffers

LinkedBlockingQueue<E> _emptyBuffers

_currentBuffer

gnu.crypto.prng.AsyncFortunaStandalone.AsyncBuffer _currentBuffer

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

Serialized Fields

name

String name
The canonical name prefix of the PRNG algorithm.


initialised

boolean initialised
Indicate if this instance has already been initialised or not.


buffer

byte[] buffer
A temporary buffer to serve random bytes.


ndx

int ndx
The index into buffer of where the next byte will come from.

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

serialVersionUID: 16435934L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException
Throws:
IOException

writeObject

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

generator

FortunaStandalone.Generator generator

pools

MessageDigest[] pools

lastReseed

long lastReseed

pool

int pool

pool0Count

int pool0Count

reseedCount

int reseedCount

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

Serialized Fields

hash

MessageDigest hash

counter

byte[] counter

key

byte[] key

cryptixKey

Object cryptixKey
current encryption key built from the keying material


cryptixKeyBuf

CryptixAESKeyCache.KeyCacheEntry cryptixKeyBuf

seeded

boolean seeded

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

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

Serialized Fields

sourceNumber

byte sourceNumber

poolNumber

byte poolNumber

data

byte[] data

Package i2p.susi.dns

Class i2p.susi.dns.AddressByNameSorter extends Object implements Serializable

Class i2p.susi.dns.ConfigBean extends BaseBean implements Serializable

Serialized Fields

config

String config

saved

boolean saved

Package i2p.susi.webmail

Class i2p.susi.webmail.WebMail extends HttpServlet implements Serializable

serialVersionUID: 1L


Package i2p.susi.webmail.encoding

Class i2p.susi.webmail.encoding.DecodingException extends Exception implements Serializable

serialVersionUID: 1L

Class i2p.susi.webmail.encoding.EncodingException extends Exception implements Serializable

serialVersionUID: 1L


Package net.i2p

Class net.i2p.I2PException extends Exception implements Serializable


Package net.i2p.addressbook

Class net.i2p.addressbook.Servlet extends HttpServlet implements Serializable

serialVersionUID: 1L


Package net.i2p.apps.systray

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


Package net.i2p.client

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

Class net.i2p.client.SendMessageOptions extends DateAndFlags implements Serializable


Package net.i2p.client.datagram

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


Package net.i2p.client.streaming

Class net.i2p.client.streaming.I2PSocketAddress extends SocketAddress implements Serializable

serialVersionUID: 1L

Serialized Fields

_port

int _port

_host

String _host

Class net.i2p.client.streaming.I2PSocketException extends SocketException implements Serializable

Serialized Fields

_status

int _status

Package net.i2p.client.streaming.impl

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


Package net.i2p.crypto

Class net.i2p.crypto.CryptixAESKeyCache.KeyCacheEntry extends Object implements Serializable

Serialized Fields

Ke

int[][] Ke
encryption round keys


Kd

int[][] Kd
decryption round keys


tk

int[] tk

key

Object[] key
Ke, Kd

Class net.i2p.crypto.Hash384 extends SimpleDataStructure implements Serializable

Class net.i2p.crypto.Hash512 extends SimpleDataStructure implements Serializable

Class net.i2p.crypto.SHA1Hash extends SimpleDataStructure implements Serializable

Serialized Fields

_cachedHashCode

int _cachedHashCode

Package net.i2p.crypto.eddsa

Class net.i2p.crypto.eddsa.EdDSAPrivateKey extends Object implements Serializable

serialVersionUID: 23495873459878957L

Serialized Fields

seed

byte[] seed

h

byte[] h

a

byte[] a

A

GroupElement A

Abyte

byte[] Abyte

edDsaSpec

EdDSAParameterSpec edDsaSpec

Class net.i2p.crypto.eddsa.EdDSAPublicKey extends Object implements Serializable

serialVersionUID: 9837459837498475L

Serialized Fields

A

GroupElement A

Aneg

GroupElement Aneg

Abyte

byte[] Abyte

edDsaSpec

EdDSAParameterSpec edDsaSpec

Package net.i2p.crypto.eddsa.math

Class net.i2p.crypto.eddsa.math.Curve extends Object implements Serializable

serialVersionUID: 4578920872509827L

Serialized Fields

f

Field f

d

FieldElement d

d2

FieldElement d2

I

FieldElement I

zeroP2

GroupElement zeroP2

zeroP3

GroupElement zeroP3

zeroPrecomp

GroupElement zeroPrecomp

Class net.i2p.crypto.eddsa.math.Field extends Object implements Serializable

serialVersionUID: 8746587465875676L

Serialized Fields

ZERO

FieldElement ZERO

ONE

FieldElement ONE

TWO

FieldElement TWO

FOUR

FieldElement FOUR

FIVE

FieldElement FIVE

EIGHT

FieldElement EIGHT

b

int b

q

FieldElement q

qm2

FieldElement qm2
q-2


qm5d8

FieldElement qm5d8
(q-5) / 8


enc

Encoding enc

Class net.i2p.crypto.eddsa.math.FieldElement extends Object implements Serializable

serialVersionUID: 1239527465875676L

Serialized Fields

f

Field f

Class net.i2p.crypto.eddsa.math.GroupElement extends Object implements Serializable

serialVersionUID: 2395879087349587L

Serialized Fields

curve

Curve curve
Variable is package private only so that tests run.


repr

GroupElement.Representation repr
Variable is package private only so that tests run.


X

FieldElement X
Variable is package private only so that tests run.


Y

FieldElement Y
Variable is package private only so that tests run.


Z

FieldElement Z
Variable is package private only so that tests run.


T

FieldElement T
Variable is package private only so that tests run.


precmp

GroupElement[][] precmp
Precomputed table for GroupElement.scalarMultiply(byte[]), filled if necessary.

Variable is package private only so that tests run.


dblPrecmp

GroupElement[] dblPrecmp
Precomputed table for GroupElement.doubleScalarMultiplyVariableTime(GroupElement, byte[], byte[]), filled if necessary.

Variable is package private only so that tests run.


Package net.i2p.crypto.eddsa.math.bigint

Class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement extends FieldElement implements Serializable

serialVersionUID: 4890398908392808L

Serialized Fields

bi

BigInteger bi
Variable is package private for encoding.

Class net.i2p.crypto.eddsa.math.bigint.BigIntegerLittleEndianEncoding extends Encoding implements Serializable

serialVersionUID: 3984579843759837L

Serialized Fields

mask

BigInteger mask
Mask where only the first b-1 bits are set.


Package net.i2p.crypto.eddsa.math.ed25519

Class net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement extends FieldElement implements Serializable

Serialized Fields

t

int[] t
Variable is package private for encoding.


Package net.i2p.crypto.eddsa.spec

Class net.i2p.crypto.eddsa.spec.EdDSANamedCurveSpec extends EdDSAParameterSpec implements Serializable

Serialized Fields

name

String name

Class net.i2p.crypto.eddsa.spec.EdDSAParameterSpec extends Object implements Serializable

serialVersionUID: 8274987108472012L

Serialized Fields

curve

Curve curve

hashAlgo

String hashAlgo

sc

ScalarOps sc

B

GroupElement B

Package net.i2p.crypto.provider

Class net.i2p.crypto.provider.I2PProvider extends Provider implements Serializable


Package net.i2p.data

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

Serialized Fields

_data

byte[] _data

_valid

int _valid

_offset

int _offset

Class net.i2p.data.Certificate extends DataStructureImpl implements Serializable

Serialized Fields

_type

int _type

_payload

byte[] _payload

Class net.i2p.data.DatabaseEntry extends DataStructureImpl implements Serializable

Serialized Fields

_signature

Signature _signature

_currentRoutingKey

Hash _currentRoutingKey

_routingKeyGenMod

long _routingKeyGenMod

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

Class net.i2p.data.DataStructureImpl extends Object implements Serializable

Class net.i2p.data.DateAndFlags extends DataStructureImpl implements Serializable

Serialized Fields

_flags

int _flags

_date

long _date

Class net.i2p.data.Destination extends KeysAndCert implements Serializable

Serialized Fields

_cachedB64

String _cachedB64

Class net.i2p.data.Hash extends SimpleDataStructure implements Serializable

Serialized Fields

_base64ed

String _base64ed

_cachedHashCode

int _cachedHashCode

Class net.i2p.data.KeyCertificate extends Certificate implements Serializable

Class net.i2p.data.KeysAndCert extends DataStructureImpl implements Serializable

Serialized Fields

_publicKey

PublicKey _publicKey

_signingKey

SigningPublicKey _signingKey

_certificate

Certificate _certificate

__calculatedHash

Hash __calculatedHash

_padding

byte[] _padding

Class net.i2p.data.Lease extends DataStructureImpl implements Serializable

Serialized Fields

_gateway

Hash _gateway

_tunnelId

TunnelId _tunnelId

_end

Date _end

Class net.i2p.data.LeaseSet extends DatabaseEntry implements Serializable

Serialized Fields

_destination

Destination _destination

_encryptionKey

PublicKey _encryptionKey

_signingKey

SigningPublicKey _signingKey

_leases

List<E> _leases

_receivedAsPublished

boolean _receivedAsPublished

_receivedAsReply

boolean _receivedAsReply

_firstExpiration

long _firstExpiration

_lastExpiration

long _lastExpiration

_decryptedLeases

List<E> _decryptedLeases

_decrypted

boolean _decrypted

_checked

boolean _checked

Class net.i2p.data.Payload extends DataStructureImpl implements Serializable

Serialized Fields

_encryptedData

byte[] _encryptedData

_unencryptedData

byte[] _unencryptedData

Class net.i2p.data.PrivateKey extends SimpleDataStructure implements Serializable

Class net.i2p.data.PublicKey extends SimpleDataStructure implements Serializable

Class net.i2p.data.SessionKey extends SimpleDataStructure implements Serializable

Serialized Fields

_preparedKey

Object _preparedKey

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

Serialized Fields

_cachedHashCode

int _cachedHashCode

Class net.i2p.data.Signature extends SimpleDataStructure implements Serializable

Serialized Fields

_type

SigType _type

Class net.i2p.data.SigningPrivateKey extends SimpleDataStructure implements Serializable

Serialized Fields

_type

SigType _type

Class net.i2p.data.SigningPublicKey extends SimpleDataStructure implements Serializable

Serialized Fields

_type

SigType _type

Class net.i2p.data.SimpleDataStructure extends DataStructureImpl implements Serializable

Serialized Fields

_data

byte[] _data

Class net.i2p.data.TunnelId extends DataStructureImpl implements Serializable

Serialized Fields

_tunnelId

long _tunnelId

Class net.i2p.data.VerifiedDestination extends Destination implements Serializable


Package net.i2p.data.i2cp

Class net.i2p.data.i2cp.AbuseReason extends DataStructureImpl implements Serializable

Serialized Fields

_reason

String _reason

Class net.i2p.data.i2cp.AbuseSeverity extends DataStructureImpl implements Serializable

Serialized Fields

_severityId

int _severityId

Class net.i2p.data.i2cp.BandwidthLimitsMessage extends I2CPMessageImpl implements Serializable

Serialized Fields

data

int[] data

Class net.i2p.data.i2cp.CreateLeaseSetMessage extends I2CPMessageImpl implements Serializable

Serialized Fields

_sessionId

SessionId _sessionId

_leaseSet

LeaseSet _leaseSet

_signingPrivateKey

SigningPrivateKey _signingPrivateKey

_privateKey

PrivateKey _privateKey

Class net.i2p.data.i2cp.CreateSessionMessage extends I2CPMessageImpl implements Serializable

Serialized Fields

_sessionConfig

SessionConfig _sessionConfig

Class net.i2p.data.i2cp.DestLookupMessage extends I2CPMessageImpl implements Serializable

Serialized Fields

_hash

Hash _hash

Class net.i2p.data.i2cp.DestReplyMessage extends I2CPMessageImpl implements Serializable

Serialized Fields

_dest

Destination _dest

_hash

Hash _hash

Class net.i2p.data.i2cp.DestroySessionMessage extends I2CPMessageImpl implements Serializable

Serialized Fields

_sessionId

SessionId _sessionId

Class net.i2p.data.i2cp.DisconnectMessage extends I2CPMessageImpl implements Serializable

Serialized Fields

_reason

String _reason

Class net.i2p.data.i2cp.GetBandwidthLimitsMessage extends I2CPMessageImpl implements Serializable

Class net.i2p.data.i2cp.GetDateMessage extends I2CPMessageImpl implements Serializable

Serialized Fields

_version

String _version

_options

Properties _options

Class net.i2p.data.i2cp.HostLookupMessage extends I2CPMessageImpl implements Serializable

Serialized Fields

_reqID

long _reqID

_timeout

long _timeout

_lookupType

int _lookupType

_hash

Hash _hash

_host

String _host

_sessionId

SessionId _sessionId

Class net.i2p.data.i2cp.HostReplyMessage extends I2CPMessageImpl implements Serializable

Serialized Fields

_dest

Destination _dest

_reqID

long _reqID

_code

int _code

_sessionId

SessionId _sessionId

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

Class net.i2p.data.i2cp.I2CPMessageImpl extends DataStructureImpl implements Serializable

Class net.i2p.data.i2cp.MessageId extends DataStructureImpl implements Serializable

Serialized Fields

_messageId

long _messageId

Class net.i2p.data.i2cp.MessagePayloadMessage extends I2CPMessageImpl implements Serializable

Serialized Fields

_sessionId

int _sessionId

_messageId

long _messageId

_payload

Payload _payload

Class net.i2p.data.i2cp.MessageStatusMessage extends I2CPMessageImpl implements Serializable

Serialized Fields

_sessionId

int _sessionId

_messageId

long _messageId

_nonce

long _nonce

_size

long _size

_status

int _status

Class net.i2p.data.i2cp.ReceiveMessageBeginMessage extends I2CPMessageImpl implements Serializable

Serialized Fields

_sessionId

int _sessionId

_messageId

long _messageId

Class net.i2p.data.i2cp.ReceiveMessageEndMessage extends I2CPMessageImpl implements Serializable

Serialized Fields

_sessionId

int _sessionId

_messageId

long _messageId

Class net.i2p.data.i2cp.ReconfigureSessionMessage extends I2CPMessageImpl implements Serializable

Serialized Fields

_sessionId

SessionId _sessionId

_sessionConfig

SessionConfig _sessionConfig

Class net.i2p.data.i2cp.ReportAbuseMessage extends I2CPMessageImpl implements Serializable

Serialized Fields

_sessionId

SessionId _sessionId

_severity

AbuseSeverity _severity

_reason

AbuseReason _reason

_messageId

MessageId _messageId

Class net.i2p.data.i2cp.RequestLeaseSetMessage extends I2CPMessageImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

_sessionId

SessionId _sessionId

_endpoints

ArrayList<E> _endpoints

_end

Date _end

Class net.i2p.data.i2cp.RequestVariableLeaseSetMessage extends I2CPMessageImpl implements Serializable

Serialized Fields

_sessionId

SessionId _sessionId

_endpoints

List<E> _endpoints

Class net.i2p.data.i2cp.SendMessageExpiresMessage extends SendMessageMessage implements Serializable

Serialized Fields

_daf

DateAndFlags _daf

Class net.i2p.data.i2cp.SendMessageMessage extends I2CPMessageImpl implements Serializable

Serialized Fields

_sessionId

SessionId _sessionId

_destination

Destination _destination

_payload

Payload _payload

_nonce

long _nonce

Class net.i2p.data.i2cp.SessionConfig extends DataStructureImpl implements Serializable

Serialized Fields

_destination

Destination _destination

_signature

Signature _signature

_creationDate

Date _creationDate

_options

Properties _options

Class net.i2p.data.i2cp.SessionId extends DataStructureImpl implements Serializable

Serialized Fields

_sessionId

int _sessionId

Class net.i2p.data.i2cp.SessionStatusMessage extends I2CPMessageImpl implements Serializable

Serialized Fields

_sessionId

SessionId _sessionId

_status

int _status

Class net.i2p.data.i2cp.SetDateMessage extends I2CPMessageImpl implements Serializable

Serialized Fields

_date

Date _date

_version

String _version

Package net.i2p.data.i2np

Class net.i2p.data.i2np.DatabaseLookupMessage extends FastI2NPMessageImpl implements Serializable

Serialized Fields

_key

Hash _key

_fromHash

Hash _fromHash

_replyTunnel

TunnelId _replyTunnel

_dontIncludePeers

List<E> _dontIncludePeers
this must be kept as a list to preserve the order and not break the checksum


_replyKey

SessionKey _replyKey

_replyTag

SessionTag _replyTag

_type

DatabaseLookupMessage.Type _type

Class net.i2p.data.i2np.DatabaseSearchReplyMessage extends FastI2NPMessageImpl implements Serializable

Serialized Fields

_key

Hash _key

_peerHashes

List<E> _peerHashes

_from

Hash _from

Class net.i2p.data.i2np.DatabaseStoreMessage extends FastI2NPMessageImpl implements Serializable

Serialized Fields

_key

Hash _key

_dbEntry

DatabaseEntry _dbEntry

_byteCache

byte[] _byteCache

_replyToken

long _replyToken

_replyTunnel

TunnelId _replyTunnel

_replyGateway

Hash _replyGateway

Class net.i2p.data.i2np.DataMessage extends FastI2NPMessageImpl implements Serializable

Serialized Fields

_data

byte[] _data

Class net.i2p.data.i2np.DeliveryInstructions extends DataStructureImpl implements Serializable

Serialized Fields

_deliveryMode

int _deliveryMode

_destinationHash

Hash _destinationHash

_routerHash

Hash _routerHash

_tunnelId

TunnelId _tunnelId

_delayRequested

boolean _delayRequested

_delaySeconds

long _delaySeconds

Class net.i2p.data.i2np.DeliveryStatusMessage extends FastI2NPMessageImpl implements Serializable

Serialized Fields

_id

long _id

_arrival

long _arrival

Class net.i2p.data.i2np.EncryptedBuildRecord extends SimpleDataStructure implements Serializable

Class net.i2p.data.i2np.FastI2NPMessageImpl extends I2NPMessageImpl implements Serializable

Serialized Fields

_checksum

byte _checksum

_hasChecksum

boolean _hasChecksum

Class net.i2p.data.i2np.GarlicClove extends DataStructureImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

_instructions

DeliveryInstructions _instructions

_msg

I2NPMessage _msg

_cloveId

long _cloveId

_expiration

Date _expiration

_certificate

Certificate _certificate

Class net.i2p.data.i2np.GarlicMessage extends FastI2NPMessageImpl implements Serializable

Serialized Fields

_data

byte[] _data

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

Class net.i2p.data.i2np.I2NPMessageImpl extends DataStructureImpl implements Serializable

Serialized Fields

_log

Log _log

_context

I2PAppContext _context

_expiration

long _expiration

_uniqueId

long _uniqueId
Warning, lazily initialized by readBytes(), writeBytes(), toByteArray(), getUniqueId(), and setUniqueId(); otherwise will be -1. Extending classes should take care when accessing this field; to ensure initialization, use getUniqueId() instead.

Class net.i2p.data.i2np.TunnelBuildMessage extends TunnelBuildMessageBase implements Serializable

Class net.i2p.data.i2np.TunnelBuildMessageBase extends I2NPMessageImpl implements Serializable

Serialized Fields

_records

EncryptedBuildRecord[] _records

RECORD_COUNT

int RECORD_COUNT

Class net.i2p.data.i2np.TunnelBuildReplyMessage extends TunnelBuildMessageBase implements Serializable

Class net.i2p.data.i2np.TunnelDataMessage extends FastI2NPMessageImpl implements Serializable

Serialized Fields

_tunnelId

long _tunnelId

_tunnelIdObj

TunnelId _tunnelIdObj

_data

byte[] _data

_dataBuf

ByteArray _dataBuf

_hadCache

boolean _hadCache
For use-after-free checks. Always false if PIPELINED_CACHE is false.

Class net.i2p.data.i2np.TunnelGatewayMessage extends FastI2NPMessageImpl implements Serializable

Serialized Fields

_tunnelId

TunnelId _tunnelId

_msg

I2NPMessage _msg

_msgData

byte[] _msgData

Class net.i2p.data.i2np.UnknownI2NPMessage extends FastI2NPMessageImpl implements Serializable

Serialized Fields

_data

byte[] _data

_type

int _type

Class net.i2p.data.i2np.VariableTunnelBuildMessage extends TunnelBuildMessage implements Serializable

Class net.i2p.data.i2np.VariableTunnelBuildReplyMessage extends TunnelBuildReplyMessage implements Serializable


Package net.i2p.data.router

Class net.i2p.data.router.RouterAddress extends DataStructureImpl implements Serializable

Serialized Fields

_cost

short _cost

_expiration

long _expiration

_transportStyle

String _transportStyle

_options

Properties _options

_ip

byte[] _ip

_port

int _port

Class net.i2p.data.router.RouterIdentity extends KeysAndCert implements Serializable

Class net.i2p.data.router.RouterInfo extends DatabaseEntry implements Serializable

Serialized Fields

_identity

RouterIdentity _identity

_published

long _published

_addresses

List<E> _addresses
Addresses must be sorted by SHA256. When an RI is created, they are sorted in setAddresses(). Save addresses in the order received so we need not resort.


_peers

Set<E> _peers
may be null to save memory, no longer final


_options

Properties _options

_validated

boolean _validated

_isValid

boolean _isValid

_byteified

byte[] _byteified

_hashCode

int _hashCode

_hashCodeInitialized

boolean _hashCodeInitialized

_shouldCache

boolean _shouldCache
should we cache the byte and string versions _byteified ?


Package net.i2p.desktopgui.gui

Class net.i2p.desktopgui.gui.DesktopguiConfigurationFrame extends JFrame implements Serializable

Serialized Fields

cancelButton

JButton cancelButton

desktopguiEnabled

JCheckBox desktopguiEnabled

okButton

JButton okButton

Package net.i2p.desktopgui.util

Class net.i2p.desktopgui.util.BrowseException extends Exception implements Serializable

serialVersionUID: 1L


Package net.i2p.i2ptunnel.socks

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


Package net.i2p.internal

Class net.i2p.internal.PoisonI2CPMessage extends I2CPMessageImpl implements Serializable


Package net.i2p.kademlia

Class net.i2p.kademlia.XORComparator extends Object implements Serializable

Serialized Fields

_base

byte[] _base

Package net.i2p.router

Class net.i2p.router.PersistentKeyRing extends KeyRing implements Serializable

serialVersionUID: 1L


Package net.i2p.router.networkdb.kademlia

Class net.i2p.router.networkdb.kademlia.UnsupportedCryptoException extends IllegalArgumentException implements Serializable


Package net.i2p.router.transport.crypto

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


Package net.i2p.router.util

Class net.i2p.router.util.CoDelBlockingQueue extends LinkedBlockingQueue<E extends CDQEntry> implements Serializable

serialVersionUID: 1L

Serialized Fields

_name

String _name

_capacity

int _capacity

_first_above_time

long _first_above_time
Time when we'll declare we're above target (0 if below)


_drop_next

long _drop_next
Time to drop next packet


_count

int _count
Packets dropped since going into drop state


_dropping

boolean _dropping
true if in drop state


_now

long _now
following is a per-request global for ease of use, locked by this


_id

long _id

STAT_DROP

String STAT_DROP

STAT_DELAY

String STAT_DELAY

Class net.i2p.router.util.CoDelPriorityBlockingQueue extends PriBlockingQueue<E extends CDPQEntry> implements Serializable

Serialized Fields

_first_above_time

long _first_above_time
Time when we'll declare we're above target (0 if below)


_drop_next

long _drop_next
Time to drop next packet


_count

int _count
Packets dropped since going into drop state


_dropping

boolean _dropping
true if in drop state


_now

long _now
following is a per-request global for ease of use, locked by this


_lastDroppedPriority

int _lastDroppedPriority

_id

long _id

STAT_DROP

String STAT_DROP

STAT_DELAY

String STAT_DELAY

Class net.i2p.router.util.PriBlockingQueue extends PriorityBlockingQueue<E extends PQEntry> implements Serializable

serialVersionUID: 1L

Serialized Fields

_name

String _name

_seqNum

AtomicLong _seqNum

STAT_FULL

String STAT_FULL

Package net.i2p.util

Class net.i2p.util.CachedIteratorArrayList extends ArrayList<E> implements Serializable

serialVersionUID: 4863212596318574111L

Serialized Fields

iterator

net.i2p.util.CachedIteratorArrayList.CachedIterator iterator

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

Serialized Fields

_fortuna

AsyncFortunaStandalone _fortuna

_nextGaussian

double _nextGaussian

_haveNextGaussian

boolean _haveNextGaussian

Class net.i2p.util.I2PProperties extends Properties implements Serializable

Serialized Fields

_callbacks

List<E> _callbacks
Keep a list of callbacks to contact the interested parties that want to know about property changes.

Class net.i2p.util.KeyRing extends ConcurrentHashMap<Hash,SessionKey> implements Serializable

Class net.i2p.util.LHMCache extends LinkedHashMap<K,V> implements Serializable

Serialized Fields

_max

int _max

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

Serialized Fields

cachedBa

byte[] cachedBa

Class net.i2p.util.ObjectCounter extends Object implements Serializable

serialVersionUID: 3160378641721937421L

Serialized Fields

map

ConcurrentHashMap<K,V> map

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

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

serialVersionUID: 1L

Serialized Fields

_entropyHarvester

EntropyHarvester _entropyHarvester

Class net.i2p.util.SecureDirectory extends File implements Serializable

Class net.i2p.util.SecureFile extends SecureDirectory implements Serializable

Class net.i2p.util.VersionComparator extends Object implements Serializable


Package org.cybergarage.http

Class org.cybergarage.http.HTTPServerList extends Vector<HTTPServer> implements Serializable

Serialized Fields

binds

InetAddress[] binds

port

int port

Class org.cybergarage.http.ParameterList extends Vector<Parameter> implements Serializable


Package org.cybergarage.upnp

Class org.cybergarage.upnp.ActionList extends Vector<Action> implements Serializable

Class org.cybergarage.upnp.AllowedValueList extends Vector<AllowedValue> implements Serializable

Class org.cybergarage.upnp.ArgumentList extends Vector<Argument> implements Serializable

Class org.cybergarage.upnp.DeviceList extends Vector<Device> implements Serializable

Class org.cybergarage.upnp.IconList extends Vector<Icon> implements Serializable

Class org.cybergarage.upnp.ServiceList extends Vector<Service> implements Serializable

Class org.cybergarage.upnp.ServiceStateTable extends Vector<StateVariable> implements Serializable


Package org.cybergarage.upnp.device

Class org.cybergarage.upnp.device.InvalidDescriptionException extends Exception implements Serializable


Package org.cybergarage.upnp.event

Class org.cybergarage.upnp.event.PropertyList extends Vector<Property> implements Serializable

Class org.cybergarage.upnp.event.SubscriberList extends Vector<Subscriber> implements Serializable


Package org.cybergarage.upnp.ssdp

Class org.cybergarage.upnp.ssdp.SSDPNotifySocketList extends Vector<SSDPNotifySocket> implements Serializable

Serialized Fields

binds

InetAddress[] binds

Class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList extends Vector<SSDPSearchResponseSocket> implements Serializable

Serialized Fields

binds

InetAddress[] binds

Class org.cybergarage.upnp.ssdp.SSDPSearchSocketList extends Vector<SSDPSearchSocket> implements Serializable

Serialized Fields

binds

InetAddress[] binds

multicastIPv4

String multicastIPv4

multicastIPv6

String multicastIPv6

port

int port

Package org.cybergarage.util

Class org.cybergarage.util.ListenerList extends Vector<Object> implements Serializable


Package org.cybergarage.xml

Class org.cybergarage.xml.AttributeList extends Vector<Attribute> implements Serializable

Class org.cybergarage.xml.NodeList extends Vector<Node> implements Serializable

Class org.cybergarage.xml.ParserException extends Exception implements Serializable


Package org.klomp.snark

Class org.klomp.snark.PeerAcceptor.ProtocolException extends IOException implements Serializable


Package org.klomp.snark.bencode

Class org.klomp.snark.bencode.InvalidBEncodingException extends IOException implements Serializable


Package org.klomp.snark.dht

Class org.klomp.snark.dht.NID extends SHA1Hash implements Serializable

Serialized Fields

lastSeen

long lastSeen

fails

int fails

Package org.klomp.snark.web

Class org.klomp.snark.web.I2PSnarkServlet extends BasicServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

_contextPath

String _contextPath
generally "/i2psnark"


_contextName

String _contextName
generally "i2psnark"


_nonce

long _nonce

_themePath

String _themePath

_imgPath

String _imgPath

_lastAnnounceURL

String _lastAnnounceURL