Serialized Form
-
Package com.google.zxing
-
Exception Class com.google.zxing.ChecksumException
class ChecksumException extends ReaderException implements Serializable -
Exception Class com.google.zxing.FormatException
class FormatException extends ReaderException implements Serializable -
Exception Class com.google.zxing.ReaderException
class ReaderException extends Exception implements Serializable -
Exception Class com.google.zxing.WriterException
class WriterException extends Exception implements Serializable
-
-
Package com.maxmind.db
-
Exception Class com.maxmind.db.ClosedDatabaseException
class ClosedDatabaseException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.maxmind.db.InvalidDatabaseException
class InvalidDatabaseException extends IOException implements Serializable- serialVersionUID:
- 6161763462364823003L
-
-
Package com.maxmind.geoip
-
Exception Class com.maxmind.geoip.InvalidDatabaseException
class InvalidDatabaseException extends RuntimeException implements Serializable
-
-
Package com.thetransactioncompany.jsonrpc2
-
Exception Class com.thetransactioncompany.jsonrpc2.JSONRPC2Error
class JSONRPC2Error extends Exception implements Serializable- serialVersionUID:
- 4682571044532698806L
-
Serialized Fields
-
code
int code
The error code. -
data
Object data
The optional error data.
-
-
Exception Class com.thetransactioncompany.jsonrpc2.JSONRPC2ParseException
class JSONRPC2ParseException extends Exception implements Serializable- serialVersionUID:
- 3376608778436136410L
-
Serialized Fields
-
causeType
int causeType
The parse exception cause type. Default isJSONRPC2ParseException.PROTOCOL
. -
unparsableString
String unparsableString
The string that could't be parsed.
-
-
-
Package com.vuze.plugins.mlab.tools.ndt.swingemu
-
Exception Class com.vuze.plugins.mlab.tools.ndt.swingemu.BadLocationException
class BadLocationException extends Exception implements Serializable
-
-
Package freenet.support.CPUInformation
-
Exception Class freenet.support.CPUInformation.UnknownCPUException
class UnknownCPUException extends RuntimeException implements Serializable- serialVersionUID:
- 5166144274582583742L
-
-
Package gnu.crypto.prng
-
Class gnu.crypto.prng.AsyncFortunaStandalone
class AsyncFortunaStandalone extends FortunaStandalone implements Serializable-
Serialized Fields
-
_bufferCount
int _bufferCount
-
_bufferSize
int _bufferSize
-
_context
I2PAppContext _context
-
_currentBuffer
gnu.crypto.prng.AsyncFortunaStandalone.AsyncBuffer _currentBuffer
-
_emptyBuffers
LinkedBlockingQueue<gnu.crypto.prng.AsyncFortunaStandalone.AsyncBuffer> _emptyBuffers
-
_fullBuffers
LinkedBlockingQueue<gnu.crypto.prng.AsyncFortunaStandalone.AsyncBuffer> _fullBuffers
-
_isRunning
boolean _isRunning
-
_log
Log _log
-
_refillThread
Thread _refillThread
-
asyncBuffers
Object asyncBuffers
the lock
-
-
-
Class gnu.crypto.prng.BasePRNGStandalone
class BasePRNGStandalone extends Object implements Serializable-
Serialized Fields
-
buffer
byte[] buffer
A temporary buffer to serve random bytes. -
initialised
boolean initialised
Indicate if this instance has already been initialised or not. -
name
String name
The canonical name prefix of the PRNG algorithm. -
ndx
int ndx
The index into buffer of where the next byte will come from.
-
-
-
Class gnu.crypto.prng.FortunaStandalone
class FortunaStandalone extends BasePRNGStandalone implements Serializable- serialVersionUID:
- 16435934L
-
Serialization Methods
-
readObject
- Throws:
IOException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
generator
FortunaStandalone.Generator generator
-
lastReseed
long lastReseed
-
pool
int pool
-
pool0Count
int pool0Count
-
pools
MessageDigest[] pools
-
reseedCount
int reseedCount
-
-
Class gnu.crypto.prng.FortunaStandalone.Generator
class Generator extends BasePRNGStandalone implements Serializable-
Serialized Fields
-
counter
byte[] counter
-
cryptixKey
Object cryptixKey
current encryption key built from the keying material -
cryptixKeyBuf
CryptixAESKeyCache.KeyCacheEntry cryptixKeyBuf
-
hash
MessageDigest hash
-
key
byte[] key
-
seeded
boolean seeded
-
-
-
-
Package i2p.susi.dns
-
Class i2p.susi.dns.AddressByNameSorter
class AddressByNameSorter extends Object implements Serializable -
Class i2p.susi.dns.ConfigBean
class ConfigBean extends BaseBean implements Serializable-
Serialized Fields
-
config
String config
-
saved
boolean saved
-
-
-
Class i2p.susi.dns.TranslateSVGServlet
class TranslateSVGServlet extends HttpServlet implements Serializable- serialVersionUID:
- 18638760L
-
Serialized Fields
-
_context
I2PAppContext _context
-
-
-
Package i2p.susi.webmail
-
Class i2p.susi.webmail.Sorters.DateSorter
class DateSorter extends i2p.susi.webmail.Sorters.SorterBase implements Serializable -
Class i2p.susi.webmail.Sorters.SenderSorter
class SenderSorter extends i2p.susi.webmail.Sorters.SorterBase implements Serializable-
Serialized Fields
-
collator
Comparator<Object> collator
-
-
-
Class i2p.susi.webmail.Sorters.SizeSorter
class SizeSorter extends i2p.susi.webmail.Sorters.SorterBase implements Serializable -
Class i2p.susi.webmail.Sorters.SubjectSorter
class SubjectSorter extends i2p.susi.webmail.Sorters.SorterBase implements Serializable-
Serialized Fields
-
collator
Comparator<Object> collator
-
-
-
Class i2p.susi.webmail.Sorters.ToSorter
class ToSorter extends i2p.susi.webmail.Sorters.SorterBase implements Serializable-
Serialized Fields
-
collator
Comparator<Object> collator
-
-
-
Class i2p.susi.webmail.WebMail
class WebMail extends HttpServlet implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_log
Log _log
-
-
-
Package i2p.susi.webmail.encoding
-
Exception Class i2p.susi.webmail.encoding.DecodingException
class DecodingException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class i2p.susi.webmail.encoding.EncodingException
class EncodingException extends IOException implements Serializable- serialVersionUID:
- 1L
-
-
Package net.i2p
-
Exception Class net.i2p.I2PException
class I2PException extends Exception implements Serializable
-
-
Package net.i2p.addressbook.servlet
-
Class net.i2p.addressbook.servlet.Servlet
class Servlet extends HttpServlet implements Serializable- serialVersionUID:
- 1L
-
-
Package net.i2p.client
-
Exception Class net.i2p.client.I2PSessionException
class I2PSessionException extends I2PException implements Serializable -
Class net.i2p.client.SendMessageOptions
class SendMessageOptions extends DateAndFlags implements Serializable-
Serialized Fields
-
_gzip
SendMessageOptions.GzipOption _gzip
-
-
-
-
Package net.i2p.client.datagram
-
Exception Class net.i2p.client.datagram.I2PInvalidDatagramException
class I2PInvalidDatagramException extends Exception implements Serializable
-
-
Package net.i2p.client.streaming
-
Class net.i2p.client.streaming.I2PSocketAddress
class I2PSocketAddress extends SocketAddress implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_host
String _host
-
_port
int _port
-
-
Exception Class net.i2p.client.streaming.I2PSocketException
class I2PSocketException extends SocketException implements Serializable-
Serialized Fields
-
_status
int _status
-
-
-
Exception Class net.i2p.client.streaming.RouterRestartException
class RouterRestartException extends I2PException implements Serializable
-
-
Package net.i2p.client.streaming.impl
-
Exception Class net.i2p.client.streaming.impl.TooManyStreamsException
class TooManyStreamsException extends I2PException implements Serializable
-
-
Package net.i2p.crypto
-
Class net.i2p.crypto.CryptixAESKeyCache.KeyCacheEntry
class KeyCacheEntry extends Object implements Serializable-
Serialized Fields
-
Kd
int[][] Kd
decryption round keys -
Ke
int[][] Ke
encryption round keys
-
-
-
-
Package net.i2p.crypto.eddsa
-
Class net.i2p.crypto.eddsa.EdDSAPrivateKey
class EdDSAPrivateKey extends Object implements Serializable- serialVersionUID:
- 23495873459878957L
-
Serialized Fields
-
a
byte[] a
-
A
GroupElement A
-
Abyte
byte[] Abyte
-
edDsaSpec
EdDSAParameterSpec edDsaSpec
-
h
byte[] h
-
seed
byte[] seed
-
-
Class net.i2p.crypto.eddsa.EdDSAPublicKey
class EdDSAPublicKey extends Object implements Serializable- serialVersionUID:
- 9837459837498475L
-
Serialized Fields
-
A
GroupElement A
-
Abyte
byte[] Abyte
-
Aneg
GroupElement Aneg
-
edDsaSpec
EdDSAParameterSpec edDsaSpec
-
-
-
Package net.i2p.crypto.eddsa.math
-
Class net.i2p.crypto.eddsa.math.Curve
class Curve extends Object implements Serializable- serialVersionUID:
- 4578920872509827L
-
Serialized Fields
-
d
FieldElement d
-
d2
FieldElement d2
-
f
Field f
-
I
FieldElement I
-
zeroP2
GroupElement zeroP2
-
zeroP3
GroupElement zeroP3
-
zeroP3PrecomputedDouble
GroupElement zeroP3PrecomputedDouble
-
zeroPrecomp
GroupElement zeroPrecomp
-
-
Class net.i2p.crypto.eddsa.math.Encoding
class Encoding extends Object implements Serializable-
Serialized Fields
-
f
Field f
-
-
-
Class net.i2p.crypto.eddsa.math.Field
class Field extends Object implements Serializable- serialVersionUID:
- 8746587465875676L
-
Serialized Fields
-
b
int b
-
EIGHT
FieldElement EIGHT
-
enc
Encoding enc
-
FIVE
FieldElement FIVE
-
FOUR
FieldElement FOUR
-
ONE
FieldElement ONE
-
q
FieldElement q
-
qm2
FieldElement qm2
q-2 -
qm5d8
FieldElement qm5d8
(q-5) / 8 -
TWO
FieldElement TWO
-
ZERO
FieldElement ZERO
-
-
Class net.i2p.crypto.eddsa.math.FieldElement
class FieldElement extends Object implements Serializable- serialVersionUID:
- 1239527465875676L
-
Serialized Fields
-
f
Field f
-
-
Class net.i2p.crypto.eddsa.math.GroupElement
class GroupElement extends Object implements Serializable- serialVersionUID:
- 2395879087349587L
-
Serialized Fields
-
curve
Curve curve
Variable is package private only so that tests run. -
dblPrecmp
GroupElement[] dblPrecmp
Precomputed table forGroupElement.doubleScalarMultiplyVariableTime(GroupElement, byte[], byte[])
, filled if necessary.Variable is package private only so that tests run.
-
precmp
GroupElement[][] precmp
Precomputed table forGroupElement.scalarMultiply(byte[])
, filled if necessary.Variable is package private only so that tests run.
-
repr
GroupElement.Representation repr
Variable is package private only so that tests run. -
T
FieldElement T
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.
-
-
-
Package net.i2p.crypto.eddsa.math.bigint
-
Class net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElement
class 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
class BigIntegerLittleEndianEncoding extends Encoding implements Serializable- serialVersionUID:
- 3984579843759837L
-
Serialized Fields
-
mask
BigInteger mask
Mask where only the first b-1 bits are set.
-
-
Class net.i2p.crypto.eddsa.math.bigint.BigIntegerScalarOps
class BigIntegerScalarOps extends Object implements Serializable-
Serialized Fields
-
enc
BigIntegerLittleEndianEncoding enc
-
l
BigInteger l
-
-
-
-
Package net.i2p.crypto.eddsa.math.ed25519
-
Class net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElement
class Ed25519FieldElement extends FieldElement implements Serializable-
Serialized Fields
-
t
int[] t
Variable is package private for encoding.
-
-
-
Class net.i2p.crypto.eddsa.math.ed25519.Ed25519LittleEndianEncoding
class Ed25519LittleEndianEncoding extends Encoding implements Serializable -
Class net.i2p.crypto.eddsa.math.ed25519.Ed25519ScalarOps
class Ed25519ScalarOps extends Object implements Serializable
-
-
Package net.i2p.crypto.eddsa.spec
-
Class net.i2p.crypto.eddsa.spec.EdDSANamedCurveSpec
class EdDSANamedCurveSpec extends EdDSAParameterSpec implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class net.i2p.crypto.eddsa.spec.EdDSAParameterSpec
class EdDSAParameterSpec extends Object implements Serializable- serialVersionUID:
- 8274987108472012L
-
Serialized Fields
-
B
GroupElement B
-
curve
Curve curve
-
hashAlgo
String hashAlgo
-
sc
ScalarOps sc
-
-
-
Package net.i2p.crypto.elgamal
-
Package net.i2p.crypto.elgamal.impl
-
Class net.i2p.crypto.elgamal.impl.ElGamalPrivateKeyImpl
class ElGamalPrivateKeyImpl extends Object implements Serializable- serialVersionUID:
- 4819350091141529678L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
elSpec
ElGamalParameterSpec elSpec
-
x
BigInteger x
-
-
Class net.i2p.crypto.elgamal.impl.ElGamalPublicKeyImpl
class ElGamalPublicKeyImpl extends Object implements Serializable- serialVersionUID:
- 8712728417091216948L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
elSpec
ElGamalParameterSpec elSpec
-
y
BigInteger y
-
-
-
Package net.i2p.crypto.provider
-
Class net.i2p.crypto.provider.I2PProvider
class I2PProvider extends Provider implements Serializable
-
-
Package net.i2p.data
-
Class net.i2p.data.ByteArray
class ByteArray extends Object implements Serializable-
Serialized Fields
-
_data
byte[] _data
-
_offset
int _offset
-
_valid
int _valid
-
-
-
Class net.i2p.data.Certificate
class Certificate extends DataStructureImpl implements Serializable-
Serialized Fields
-
_payload
byte[] _payload
-
_type
int _type
-
-
-
Class net.i2p.data.DatabaseEntry
class DatabaseEntry extends DataStructureImpl implements Serializable -
Exception Class net.i2p.data.DataFormatException
class DataFormatException extends I2PException implements Serializable -
Class net.i2p.data.DataStructureImpl
class DataStructureImpl extends Object implements Serializable -
Class net.i2p.data.DateAndFlags
class DateAndFlags extends DataStructureImpl implements Serializable-
Serialized Fields
-
_date
long _date
-
_flags
int _flags
-
-
-
Class net.i2p.data.Destination
class Destination extends KeysAndCert implements Serializable-
Serialized Fields
-
_cachedB64
String _cachedB64
-
-
-
Class net.i2p.data.EmptyProperties
class EmptyProperties extends OrderedProperties implements Serializable -
Class net.i2p.data.EncryptedLeaseSet
class EncryptedLeaseSet extends LeaseSet2 implements Serializable-
Serialized Fields
-
__calculatedHash
Hash __calculatedHash
-
_alpha
SigningPrivateKey _alpha
-
_authType
int _authType
-
_clientPrivateKey
PrivateKey _clientPrivateKey
-
_decryptedLS2
LeaseSet2 _decryptedLS2
-
_encryptedData
byte[] _encryptedData
-
_log
Log _log
-
_numKeys
int _numKeys
-
_secret
String _secret
-
_unblindedSPK
SigningPublicKey _unblindedSPK
-
-
-
Class net.i2p.data.KeyCertificate
class KeyCertificate extends Certificate implements Serializable -
Class net.i2p.data.KeysAndCert
class KeysAndCert extends DataStructureImpl implements Serializable-
Serialized Fields
-
__calculatedHash
Hash __calculatedHash
-
_certificate
Certificate _certificate
-
_padding
byte[] _padding
-
_publicKey
PublicKey _publicKey
-
_signingKey
SigningPublicKey _signingKey
-
-
-
Class net.i2p.data.Lease
class Lease extends DataStructureImpl implements Serializable -
Class net.i2p.data.Lease2
class Lease2 extends Lease implements Serializable -
Class net.i2p.data.LeaseSet
class LeaseSet extends DatabaseEntry implements Serializable-
Serialized Fields
-
_byteified
byte[] _byteified
-
_checked
boolean _checked
-
_decrypted
boolean _decrypted
-
_decryptedLeases
List<Lease> _decryptedLeases
-
_destination
Destination _destination
-
_encryptionKey
PublicKey _encryptionKey
-
_firstExpiration
long _firstExpiration
-
_lastExpiration
long _lastExpiration
-
_leases
List<Lease> _leases
-
_receivedAsPublished
boolean _receivedAsPublished
-
_receivedAsReply
boolean _receivedAsReply
-
_receivedBy
Hash _receivedBy
-
_signingKey
SigningPublicKey _signingKey
-
-
-
Class net.i2p.data.LeaseSet2
class LeaseSet2 extends LeaseSet implements Serializable-
Serialized Fields
-
_blindedHash
Hash _blindedHash
-
_encryptionKeys
List<PublicKey> _encryptionKeys
-
_expires
long _expires
-
_flags
int _flags
-
_offlineSignature
Signature _offlineSignature
-
_options
Properties _options
-
_published
long _published
-
_transientExpires
long _transientExpires
-
_transientSigningPublicKey
SigningPublicKey _transientSigningPublicKey
-
-
-
Class net.i2p.data.MetaLease
class MetaLease extends Lease implements Serializable-
Serialized Fields
-
_cost
int _cost
-
_type
int _type
-
-
-
Class net.i2p.data.MetaLeaseSet
class MetaLeaseSet extends LeaseSet2 implements Serializable -
Class net.i2p.data.Payload
class Payload extends DataStructureImpl implements Serializable-
Serialized Fields
-
_encryptedData
byte[] _encryptedData
-
_unencryptedData
byte[] _unencryptedData
-
-
-
Class net.i2p.data.VerifiedDestination
class VerifiedDestination extends Destination implements Serializable
-
-
Package net.i2p.data.i2cp
-
Class net.i2p.data.i2cp.AbuseReason
class AbuseReason extends DataStructureImpl implements Serializable-
Serialized Fields
-
_reason
String _reason
-
-
-
Class net.i2p.data.i2cp.AbuseSeverity
class AbuseSeverity extends DataStructureImpl implements Serializable-
Serialized Fields
-
_severityId
int _severityId
-
-
-
Exception Class net.i2p.data.i2cp.I2CPMessageException
class I2CPMessageException extends I2PException implements Serializable -
Class net.i2p.data.i2cp.SessionConfig
class SessionConfig extends DataStructureImpl implements Serializable-
Serialized Fields
-
_creationDate
Date _creationDate
-
_destination
Destination _destination
-
_options
Properties _options
-
_signature
Signature _signature
-
-
-
-
Package net.i2p.data.i2np
-
Class net.i2p.data.i2np.DeliveryInstructions
class DeliveryInstructions extends DataStructureImpl implements Serializable -
Class net.i2p.data.i2np.GarlicClove
class GarlicClove extends DataStructureImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_certificate
Certificate _certificate
-
_cloveId
long _cloveId
-
_expiration
long _expiration
-
_instructions
DeliveryInstructions _instructions
-
_msg
I2NPMessage _msg
-
-
Exception Class net.i2p.data.i2np.I2NPMessageException
class I2NPMessageException extends I2PException implements Serializable
-
-
Package net.i2p.data.router
-
Class net.i2p.data.router.RouterAddress
class RouterAddress extends DataStructureImpl implements Serializable-
Serialized Fields
-
_cost
short _cost
-
_expiration
long _expiration
-
_ip
byte[] _ip
-
_options
Properties _options
-
_port
int _port
-
_transportStyle
String _transportStyle
-
-
-
Class net.i2p.data.router.RouterIdentity
class RouterIdentity extends KeysAndCert implements Serializable -
Class net.i2p.data.router.RouterInfo
class RouterInfo extends DatabaseEntry implements Serializable-
Serialized Fields
-
_addresses
List<RouterAddress> _addresses
Save addresses in the order received so the signature works. -
_byteified
byte[] _byteified
-
_hashCode
int _hashCode
-
_hashCodeInitialized
boolean _hashCodeInitialized
-
_identity
RouterIdentity _identity
-
_isValid
boolean _isValid
-
_options
Properties _options
-
_peers
Set<Hash> _peers
may be null to save memory, no longer final -
_published
long _published
-
_shouldCache
boolean _shouldCache
should we cache the byte and string versions _byteified ? -
_validated
boolean _validated
-
-
-
-
Package net.i2p.i2pcontrol.security
-
Exception Class net.i2p.i2pcontrol.security.ExpiredAuthTokenException
class ExpiredAuthTokenException extends Exception implements Serializable- serialVersionUID:
- 2279019346592900289L
-
Serialized Fields
-
expiryTime
String expiryTime
-
-
Exception Class net.i2p.i2pcontrol.security.InvalidAuthTokenException
class InvalidAuthTokenException extends Exception implements Serializable- serialVersionUID:
- 7605321329341235577L
-
-
Package net.i2p.i2pcontrol.servlets
-
Class net.i2p.i2pcontrol.servlets.JSONRPC2Servlet
class JSONRPC2Servlet extends HttpServlet implements Serializable- serialVersionUID:
- -45075606818515212L
-
Serialized Fields
-
_conf
ConfigurationManager _conf
-
_context
RouterContext _context
-
_helper
JSONRPC2Helper _helper
-
_isHTTP
boolean _isHTTP
-
_isHTTPS
boolean _isHTTPS
-
_isWebapp
boolean _isWebapp
-
_log
Log _log
-
_secMan
SecurityManager _secMan
-
disp
Dispatcher disp
-
-
-
Package net.i2p.i2pcontrol.servlets.jsonrpc2handlers
-
Exception Class net.i2p.i2pcontrol.servlets.jsonrpc2handlers.JSONRPC2ExtendedError
class JSONRPC2ExtendedError extends JSONRPC2Error implements Serializable- serialVersionUID:
- -6574632977222371077L
-
-
Package net.i2p.i2ptunnel.access
-
Exception Class net.i2p.i2ptunnel.access.InvalidDefinitionException
class InvalidDefinitionException extends Exception implements Serializable
-
-
Package net.i2p.imagegen
-
Class net.i2p.imagegen.IdenticonServlet
class IdenticonServlet extends HttpServlet implements Serializable- serialVersionUID:
- -3507466186902317988L
-
Serialized Fields
-
cache
IdenticonCache cache
-
identiconExpiresInMillis
long identiconExpiresInMillis
-
renderer
IdenticonRenderer renderer
-
version
int version
-
-
Class net.i2p.imagegen.QRServlet
class QRServlet extends HttpServlet implements Serializable- serialVersionUID:
- -3507466186902317988L
-
Serialized Fields
-
cache
IdenticonCache cache
-
identiconExpiresInMillis
long identiconExpiresInMillis
-
version
int version
-
-
Class net.i2p.imagegen.RandomArtServlet
class RandomArtServlet extends HttpServlet implements Serializable- serialVersionUID:
- -3507466186902317988L
-
Serialized Fields
-
identiconExpiresInMillis
long identiconExpiresInMillis
-
version
int version
-
-
-
Package net.i2p.kademlia
-
Class net.i2p.kademlia.XORComparator
class XORComparator extends Object implements Serializable-
Serialized Fields
-
_base
byte[] _base
-
-
-
-
Package net.i2p.router
-
Class net.i2p.router.PersistentKeyRing
class PersistentKeyRing extends KeyRing implements Serializable- serialVersionUID:
- 1L
-
-
Package net.i2p.router.networkdb.kademlia
-
Exception Class net.i2p.router.networkdb.kademlia.UnsupportedCryptoException
class UnsupportedCryptoException extends IllegalArgumentException implements Serializable
-
-
Package net.i2p.router.transport.crypto
-
Exception Class net.i2p.router.transport.crypto.DHSessionKeyBuilder.InvalidPublicParameterException
class InvalidPublicParameterException extends I2PException implements Serializable
-
-
Package net.i2p.router.util
-
Class net.i2p.router.util.CachedIteratorArrayList
- serialVersionUID:
- 4863212596318574111L
-
Serialized Fields
-
iterator
CachedIteratorArrayList<E>.net.i2p.router.util.CachedIteratorArrayList.CachedIterator iterator
-
-
Class net.i2p.router.util.CoDelBlockingQueue
- serialVersionUID:
- 1L
-
Serialized Fields
-
_capacity
int _capacity
-
_count
int _count
Packets dropped since going into drop state -
_drop_next
long _drop_next
Time to drop next packet -
_dropping
boolean _dropping
true if in drop state -
_first_above_time
long _first_above_time
Time when we'll declare we're above target (0 if below) -
_id
long _id
-
_interval
long _interval
-
_name
String _name
-
_now
long _now
following is a per-request global for ease of use, locked by this -
_target
long _target
-
STAT_DELAY
String STAT_DELAY
-
STAT_DROP
String STAT_DROP
-
-
Class net.i2p.router.util.CoDelPriorityBlockingQueue
class CoDelPriorityBlockingQueue extends PriBlockingQueue<E extends CDPQEntry> implements Serializable-
Serialized Fields
-
_count
int _count
Packets dropped since going into drop state -
_drop_next
long _drop_next
Time to drop next packet -
_dropping
boolean _dropping
true if in drop state -
_first_above_time
long _first_above_time
Time when we'll declare we're above target (0 if below) -
_id
long _id
-
_interval
long _interval
-
_lastDroppedPriority
int _lastDroppedPriority
-
_now
long _now
following is a per-request global for ease of use, locked by this -
_target
long _target
-
STAT_DELAY
String STAT_DELAY
-
STAT_DROP
String STAT_DROP
-
-
-
Class net.i2p.router.util.MaskedIPSet
-
Class net.i2p.router.util.PriBlockingQueue
- serialVersionUID:
- 1L
-
Serialized Fields
-
_name
String _name
-
_seqNum
AtomicLong _seqNum
-
STAT_FULL
String STAT_FULL
-
-
-
Package net.i2p.router.web.servlets
-
Class net.i2p.router.web.servlets.CodedIconRendererServlet
class CodedIconRendererServlet extends HttpServlet implements Serializable- serialVersionUID:
- 16851750L
-
-
Package net.i2p.sam
-
Exception Class net.i2p.sam.SAMException
class SAMException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package net.i2p.servlet
-
Class net.i2p.servlet.ErrorServlet
class ErrorServlet extends HttpServlet implements Serializable- serialVersionUID:
- 99356750L
-
Class net.i2p.servlet.I2PDefaultServlet
class I2PDefaultServlet extends DefaultServlet implements Serializable-
Serialized Fields
-
_contextHandler
ContextHandler _contextHandler
-
_dirAllowed
boolean _dirAllowed
-
_resourceBase
Resource _resourceBase
-
_stylesheet
Resource _stylesheet
-
-
-
-
Package net.i2p.socks
-
Exception Class net.i2p.socks.SOCKSException
class SOCKSException extends IOException implements Serializable
-
-
Package net.i2p.util
-
Exception Class net.i2p.util.ArraySet.SetFullException
class SetFullException extends IllegalStateException implements Serializable- serialVersionUID:
- 9087390587254111L
-
Class net.i2p.util.FortunaRandomSource
class FortunaRandomSource extends RandomSource implements Serializable-
Serialized Fields
-
_fortuna
AsyncFortunaStandalone _fortuna
-
_haveNextGaussian
boolean _haveNextGaussian
-
_nextGaussian
double _nextGaussian
-
-
-
Class net.i2p.util.I2PProperties
class I2PProperties extends Properties implements Serializable-
Serialized Fields
-
_callbacks
List<I2PProperties.I2PPropertyCallback> _callbacks
Keep a list of callbacks to contact the interested parties that want to know about property changes.
-
-
-
Class net.i2p.util.KeyRing
-
Class net.i2p.util.LHMCache
-
Serialized Fields
-
_max
int _max
-
-
-
Class net.i2p.util.NativeBigInteger
class NativeBigInteger extends BigInteger implements Serializable-
Serialized Fields
-
cachedBa
byte[] cachedBa
-
-
-
Class net.i2p.util.ObjectCounter
class ObjectCounter extends Object implements Serializable- serialVersionUID:
- 3160378641721937421L
-
Serialized Fields
-
map
ConcurrentHashMap<K,
AtomicInteger> map
-
-
Class net.i2p.util.OrderedProperties
class OrderedProperties extends Properties implements Serializable -
Class net.i2p.util.RandomSource
class RandomSource extends SecureRandom implements Serializable- serialVersionUID:
- 1L
-
Class net.i2p.util.SecureDirectory
class SecureDirectory extends File implements Serializable -
Class net.i2p.util.SecureFile
class SecureFile extends SecureDirectory implements Serializable -
Class net.i2p.util.VersionComparator
class VersionComparator extends Object implements Serializable
-
-
Package org.cybergarage.http
-
Class org.cybergarage.http.HTTPServerList
-
Serialized Fields
-
binds
InetAddress[] binds
-
port
int port
-
-
-
Class org.cybergarage.http.ParameterList
-
-
Package org.cybergarage.upnp
-
Package org.cybergarage.upnp.device
-
Exception Class org.cybergarage.upnp.device.InvalidDescriptionException
class InvalidDescriptionException extends Exception implements Serializable
-
-
Package org.cybergarage.upnp.event
-
Package org.cybergarage.upnp.ssdp
-
Class org.cybergarage.upnp.ssdp.SSDPNotifySocketList
-
Serialized Fields
-
binds
InetAddress[] binds
-
-
-
Class org.cybergarage.upnp.ssdp.SSDPSearchResponseSocketList
-
Serialized Fields
-
binds
InetAddress[] binds
-
-
-
Class org.cybergarage.upnp.ssdp.SSDPSearchSocketList
-
Serialized Fields
-
binds
InetAddress[] binds
-
multicastIPv4
String multicastIPv4
-
multicastIPv6
String multicastIPv6
-
port
int port
-
-
-
-
Package org.cybergarage.util
-
Package org.cybergarage.xml
-
Class org.cybergarage.xml.AttributeList
-
Class org.cybergarage.xml.NodeList
-
Exception Class org.cybergarage.xml.ParserException
class ParserException extends Exception implements Serializable
-
-
Package org.json.simple
-
Exception Class org.json.simple.DeserializationException
class DeserializationException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
position
int position
-
problemType
DeserializationException.Problems problemType
-
unexpectedObject
Object unexpectedObject
-
-
Class org.json.simple.JsonArray
- serialVersionUID:
- 1L
-
Class org.json.simple.JsonObject
- serialVersionUID:
- 2L
-
-
Package org.klomp.snark
-
Exception Class org.klomp.snark.PeerAcceptor.ProtocolException
class ProtocolException extends IOException implements Serializable
-
-
Package org.klomp.snark.bencode
-
Exception Class org.klomp.snark.bencode.InvalidBEncodingException
class InvalidBEncodingException extends IOException implements Serializable
-
-
Package org.klomp.snark.web
-
Class org.klomp.snark.web.I2PSnarkServlet
class I2PSnarkServlet extends BasicServlet implements Serializable- serialVersionUID:
- 1L
-
-
Package org.minidns.dnslabel
-
Exception Class org.minidns.dnslabel.DnsLabel.LabelToLongException
class LabelToLongException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
label
String label
-
-
-
Package org.minidns.dnsname
-
Class org.minidns.dnsname.DnsName
class DnsName extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ace
String ace
The DNS name in ASCII Compatible Encoding (ACE). -
rawAce
String rawAce
The DNS name in raw format, i.e. as it was received from the remote server. This means that compared toDnsName.ace
, this String may not be lower-cased. -
size
int size
-
-
Exception Class org.minidns.dnsname.InvalidDnsNameException
class InvalidDnsNameException extends IllegalStateException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ace
String ace
-
-
Exception Class org.minidns.dnsname.InvalidDnsNameException.DNSNameTooLongException
class DNSNameTooLongException extends InvalidDnsNameException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bytes
byte[] bytes
-
-
Exception Class org.minidns.dnsname.InvalidDnsNameException.LabelTooLongException
class LabelTooLongException extends InvalidDnsNameException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
label
String label
-
-
-
Package org.rrd4j.core
-
Exception Class org.rrd4j.core.InvalidRrdException
class InvalidRrdException extends RrdException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.rrd4j.core.RrdBackendException
class RrdBackendException extends RrdException implements Serializable -
Exception Class org.rrd4j.core.RrdException
class RrdException extends IOException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.rrd4j.core.timespec
-
Class org.rrd4j.core.timespec.Epoch
class Epoch extends JFrame implements Serializable-
Serialized Fields
-
convertButton
JButton convertButton
-
helpButton
JButton helpButton
-
helpText
String helpText
-
inputField
JTextField inputField
-
OUTPUT_DATE_FORMAT
SimpleDateFormat OUTPUT_DATE_FORMAT
-
parsers
SimpleDateFormat[] parsers
-
supportedFormats
String[] supportedFormats
-
timer
Timer timer
-
topLabel
JLabel topLabel
-
-
-