Uses of Class
net.i2p.data.DataStructureImpl
Packages that use DataStructureImpl
Package
Description
Interfaces and factories for
the base I2P SDK used to develop applications that communicate 
through I2P.
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.
- 
Uses of DataStructureImpl in net.i2p.client
Subclasses of DataStructureImpl in net.i2p.clientModifier and TypeClassDescriptionclassAdvanced options attached to a single outgoing I2CP message. - 
Uses of DataStructureImpl in net.i2p.data
Subclasses of DataStructureImpl in net.i2p.dataModifier and TypeClassDescriptionclassDefines 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.classBase implementation of common methods for the two data structures that are stored in the netDb, i.e.classA six-byte Date and 2 bytes of flags, since a Date won't encroach on the top two bytes until the year 10889.classDefines an end point in the I2P network.classUse getSigningKey() / setSigningKey() (revocation key in super) for the blinded key.classThis certificate type gets its own class because it's going to be used a lot.classKeysAndCert has a public key, a signing key, and a certificate.classDefines the proof that a particular router / tunnel is allowed to receive messages for a particular Destination during some period of time.classLike Lease but with 4-byte timestamps.classDefines the set of leases a destination currently has.classSee proposal 123classLike a Lease, but points to another LeaseSet.classPRELIMINARY - Subject to change - see proposal 123classDefines the actual payload of a message being delivered, including the standard encryption wrapping, as defined by the I2P data structure spec.classExtend Destination with methods to verify its Certificate. - 
Uses of DataStructureImpl in net.i2p.data.i2cp
Subclasses of DataStructureImpl in net.i2p.data.i2cpModifier and TypeClassDescriptionclassDefines the structure for why abuse was reported either by the client to the router or by the router to the clientclassProvides 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 clientclassDefines the information a client must provide to create a session - 
Uses of DataStructureImpl in net.i2p.data.i2np
Subclasses of DataStructureImpl in net.i2p.data.i2npModifier and TypeClassDescriptionclassContains the delivery instructions for garlic cloves.classContains one deliverable message encrypted to a router along with instructions and a certificate 'paying for' the delivery. - 
Uses of DataStructureImpl in net.i2p.data.router
Subclasses of DataStructureImpl in net.i2p.data.routerModifier and TypeClassDescriptionclassDefines a method of communicating with a router For efficiency, the options methods and structures here are unsynchronized.classDefines the unique identifier of a router, including any certificate or public key.classDefines the data that a router either publishes to the global routing table or provides to trusted peers.