Uses of Interface
net.i2p.data.DataStructure
Package
Description
Interfaces and factories for
the base I2P SDK used to develop applications that communicate
through I2P.
These classes provide a number of low-level cryptographic routines.
These classes define the common data structures used by the various
I2P protocols.
The Invisible Internet Client Protocol (I2CP) allows applications simplified access to
the I2P network without requiring them to deal with the issues involved with the
Invisible Internet Network Protocol (I2NP).
This package defines the low-level messages sent between routers,
called the Invisible Internet Network Protocol (I2NP).
Classes formerly in net.i2p.data but moved here as they are only used by the router.
Implementation of ECIES-X25519-AEAD-Ratchet (proposal 144).
The network database, including implementation of floodfills.
-
Uses of DataStructure in net.i2p.client
Modifier and TypeClassDescriptionclass
Advanced options attached to a single outgoing I2CP message. -
Uses of DataStructure in net.i2p.crypto
Modifier and TypeClassDescriptionclass
48 byte hashclass
64 byte hash(package private) final class
A SigningPrivateKey that retains the Chinese Remainder Theorem parameters, so it can be converted back to a Java CRT key.class
Because DSAEngine was abusing Hash for 20-byte hashes -
Uses of DataStructure in net.i2p.data
Modifier and TypeClassDescriptionclass
Defines a certificate that can be attached to various I2P structures, such as RouterIdentity and Destination, allowing routers and clients to help manage denial of service attacks and the network utilization.class
Base implementation of common methods for the two data structures that are stored in the netDb, i.e.class
Base implementation of all data structuresclass
A six-byte Date and 2 bytes of flags, since a Date won't encroach on the top two bytes until the year 10889.class
Defines an end point in the I2P network.class
Use getSigningKey() / setSigningKey() (revocation key in super) for the blinded key.class
Defines the hash as defined by the I2P data structure spec.class
This certificate type gets its own class because it's going to be used a lot.class
KeysAndCert has a public key, a signing key, and a certificate.class
Defines the proof that a particular router / tunnel is allowed to receive messages for a particular Destination during some period of time.class
Like Lease but with 4-byte timestamps.class
Defines the set of leases a destination currently has.class
See proposal 123class
Like a Lease, but points to another LeaseSet.class
PRELIMINARY - Subject to change - see proposal 123class
Defines the actual payload of a message being delivered, including the standard encryption wrapping, as defined by the I2P data structure spec.class
Defines the PrivateKey as defined by the I2P data structure spec.class
Defines the PublicKey as defined by the I2P data structure spec.class
Defines the SessionKey as defined by the I2P data structure spec.class
Defines the signature as defined by the I2P data structure spec.class
Defines the SigningPrivateKey as defined by the I2P data structure spec.class
Defines the SigningPublicKey as defined by the I2P data structure spec.class
A SimpleDataStructure contains only a single fixed-length byte array.class
Extend Destination with methods to verify its Certificate. -
Uses of DataStructure in net.i2p.data.i2cp
Modifier and TypeClassDescriptionclass
Defines the structure for why abuse was reported either by the client to the router or by the router to the clientclass
Provides a severity level (larger numbers are more severe) in association with a client reporting abusive behavior to the router or the router reporting it to the clientclass
Defines the information a client must provide to create a session -
Uses of DataStructure in net.i2p.data.i2np
Modifier and TypeClassDescriptionclass
Contains the delivery instructions for garlic cloves.class
ElGamal-encrypted request or response.class
Contains one deliverable message encrypted to a router along with instructions and a certificate 'paying for' the delivery.class
Small records. -
Uses of DataStructure in net.i2p.data.router
Modifier and TypeClassDescriptionclass
Defines a method of communicating with a router For efficiency, the options methods and structures here are unsynchronized.class
Defines the unique identifier of a router, including any certificate or public key.class
Defines the data that a router either publishes to the global routing table or provides to trusted peers.Modifier and TypeMethodDescriptionstatic <T extends DataStructure>
List<T>SortHelper.sortStructures
(Collection<T> dataStructures) Sort based on the Hash of the DataStructure.Modifier and TypeMethodDescription(package private) static void
SortHelper.sortStructureList
(List<? extends DataStructure> dataStructures) See above. -
Uses of DataStructure in net.i2p.router.crypto.ratchet
Modifier and TypeClassDescription(package private) class
A X25519 key and key ID.(package private) class
A session key is 32 bytes of data. -
Uses of DataStructure in net.i2p.router.networkdb.kademlia
Modifier and TypeClassDescription(package private) class
Pull the caching used only by KBucketImpl out of Hash and put it here. -
Uses of DataStructure in org.klomp.snark.dht
Modifier and TypeClassDescription(package private) class
A 20-byte SHA1 info hashclass
A 20-byte peer ID, used as a Map key in lots of places.(package private) class
(package private) class
A single peer for a single torrent.(package private) class
Used to index incoming Tokens