Serialized Form


Package freenet.support.CPUInformation

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


Package net.i2p

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

Serialized Fields

_source

java.lang.Throwable _source


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.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.Certificate extends DataStructureImpl implements Serializable

Serialized Fields

_type

int _type

_payload

byte[] _payload

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

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

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

Serialized Fields

_certificate

Certificate _certificate

_signingKey

SigningPublicKey _signingKey

_publicKey

PublicKey _publicKey

__calculatedHash

Hash __calculatedHash

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

Serialized Fields

_data

byte[] _data

_stringified

java.lang.String _stringified

_base64ed

java.lang.String _base64ed

_xorCache

java.util.Map _xorCache

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

Serialized Fields

_gateway

Hash _gateway

_tunnelId

TunnelId _tunnelId

_end

java.util.Date _end

_numSuccess

int _numSuccess

_numFailure

int _numFailure

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

Serialized Fields

_destination

Destination _destination

_encryptionKey

PublicKey _encryptionKey

_signingKey

SigningPublicKey _signingKey

_leases

java.util.List _leases

_signature

Signature _signature

_currentRoutingKey

Hash _currentRoutingKey

_routingKeyGenMod

byte[] _routingKeyGenMod

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

Serialized Fields

_encryptedData

byte[] _encryptedData

_unencryptedData

byte[] _unencryptedData

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

Serialized Fields

_data

byte[] _data

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

Serialized Fields

_data

byte[] _data

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

Serialized Fields

_cost

int _cost

_expiration

java.util.Date _expiration

_transportStyle

java.lang.String _transportStyle

_options

java.util.Properties _options

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

Serialized Fields

_certificate

Certificate _certificate

_signingKey

SigningPublicKey _signingKey

_publicKey

PublicKey _publicKey

__calculatedHash

Hash __calculatedHash

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

Serialized Fields

_identity

RouterIdentity _identity

_published

long _published

_addresses

java.util.Set _addresses

_peers

java.util.Set _peers

_options

java.util.Properties _options

_signature

Signature _signature

_currentRoutingKey

Hash _currentRoutingKey

_routingKeyGenMod

byte[] _routingKeyGenMod

_validated

boolean _validated

_isValid

boolean _isValid

_stringified

java.lang.String _stringified

_byteified

byte[] _byteified

_hashCode

int _hashCode

_hashCodeInitialized

boolean _hashCodeInitialized

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

Serialized Fields

_data

byte[] _data

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

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

Serialized Fields

_data

byte[] _data

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

Serialized Fields

_data

byte[] _data

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

Serialized Fields

_data

byte[] _data

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

Serialized Fields

_tunnelId

long _tunnelId

_type

int _type


Package net.i2p.data.i2cp

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

Serialized Fields

_reason

java.lang.String _reason

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

Serialized Fields

_severityId

int _severityId

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.DestroySessionMessage extends I2CPMessageImpl implements Serializable

Serialized Fields

_sessionId

SessionId _sessionId

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

Serialized Fields

_reason

java.lang.String _reason

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

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

int _messageId

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

Serialized Fields

_sessionId

SessionId _sessionId

_messageId

MessageId _messageId

_payload

Payload _payload

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

Serialized Fields

_sessionId

SessionId _sessionId

_messageId

MessageId _messageId

_nonce

long _nonce

_size

long _size

_status

int _status

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

Serialized Fields

_sessionId

SessionId _sessionId

_messageId

MessageId _messageId

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

Serialized Fields

_sessionId

SessionId _sessionId

_messageId

MessageId _messageId

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

Serialized Fields

_sessionId

SessionId _sessionId

_endpoints

java.util.List _endpoints

_end

java.util.Date _end

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

java.util.Date _creationDate

_options

java.util.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

java.util.Date _date


Package net.i2p.util

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 _order
ordered set of keys (strings) stored in the properties


_data

java.util.Map _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.RandomSource extends java.security.SecureRandom implements Serializable

Serialized Fields

_log

Log _log

_entropyHarvester

EntropyHarvester _entropyHarvester


Package net.i2p.data.i2np

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

Serialized Fields

_key

Hash _key

_fromHash

Hash _fromHash

_replyTunnel

TunnelId _replyTunnel

_dontIncludePeers

java.util.Set _dontIncludePeers

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

Serialized Fields

_key

Hash _key

_peerHashes

java.util.List _peerHashes

_from

Hash _from

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

Serialized Fields

_key

Hash _key

_type

int _type

_leaseSet

LeaseSet _leaseSet

_info

RouterInfo _info

_leaseSetCache

byte[] _leaseSetCache

_routerInfoCache

byte[] _routerInfoCache

_replyToken

long _replyToken

_replyTunnel

TunnelId _replyTunnel

_replyGateway

Hash _replyGateway

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

Serialized Fields

_data

byte[] _data

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

Serialized Fields

_now

long _now

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

Serialized Fields

_encrypted

boolean _encrypted

_encryptionKey

SessionKey _encryptionKey

_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 I2NPMessageImpl implements Serializable

Serialized Fields

_id

long _id

_arrival

long _arrival

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

Serialized Fields

_key

PrivateKey _key

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

Serialized Fields

_key

PublicKey _key

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

Serialized Fields

_log

Log _log

_context

RouterContext _context

_instructions

DeliveryInstructions _instructions

_msg

I2NPMessage _msg

_cloveId

long _cloveId

_expiration

java.util.Date _expiration

_certificate

Certificate _certificate

_handler

I2NPMessageHandler _handler

Class net.i2p.data.i2np.GarlicMessage extends I2NPMessageImpl 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

_data

byte[] _data

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

Serialized Fields

_log

Log _log

_nextRouter

Hash _nextRouter

_nextTunnelId

TunnelId _nextTunnelId

_durationSeconds

int _durationSeconds

_layerKey

SessionKey _layerKey

_ivKey

SessionKey _ivKey

_options

java.util.Properties _options

_replyGateway

Hash _replyGateway

_replyTunnel

TunnelId _replyTunnel

_replyTag

SessionTag _replyTag

_replyKey

SessionKey _replyKey

_isGateway

boolean _isGateway

_nonce

long _nonce

_certificate

Certificate _certificate

_optionsCache

byte[] _optionsCache

_certificateCache

byte[] _certificateCache

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

Serialized Fields

_receiveTunnelId

TunnelId _receiveTunnelId

_status

int _status

_nonce

long _nonce

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

Serialized Fields

_log

Log _log

_tunnelId

TunnelId _tunnelId

_data

byte[] _data

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

Serialized Fields

_log

Log _log

_tunnelId

TunnelId _tunnelId

_msg

I2NPMessage _msg

_msgData

byte[] _msgData

_creator

java.lang.Exception _creator

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

Serialized Fields

_key

SessionKey _key

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

Serialized Fields

_key

SigningPrivateKey _key

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

Serialized Fields

_key

SigningPublicKey _key

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

Serialized Fields

_msgHash

Hash _msgHash

_authSignature

Signature _authSignature


Package net.i2p.router

Class net.i2p.router.LeaseSetKeys extends DataStructureImpl implements Serializable

Serialized Fields

_dest

Destination _dest

_revocationKey

SigningPrivateKey _revocationKey

_decryptionKey

PrivateKey _decryptionKey

Class net.i2p.router.TunnelSettings extends DataStructureImpl implements Serializable

Serialized Fields

_context

I2PAppContext _context

_depth

int _depth

_msgsPerMinuteAvg

long _msgsPerMinuteAvg

_bytesPerMinuteAvg

long _bytesPerMinuteAvg

_msgsPerMinutePeak

long _msgsPerMinutePeak

_bytesPerMinutePeak

long _bytesPerMinutePeak

_includeDummy

boolean _includeDummy

_reorder

boolean _reorder

_expiration

long _expiration

_created

long _created


Package net.i2p.client.streaming

Class net.i2p.client.streaming.TooManyStreamsException 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.apps.systray

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