| Package | Description |
|---|---|
| net.i2p.data | These classes define the common data structures used by the various I2P protocols. |
| net.i2p.data.router | Router-specific data structures and identity management classes for I2P. |
| Modifier and Type | Class and Description |
|---|---|
class | DestinationDefines an endpoint in the I2P network that can receive messages. |
class | VerifiedDestinationExtend Destination with methods to verify its Certificate. |
| Modifier and Type | Method and Description |
|---|---|
KeysAndCert | LeaseSet.getKeysAndCert()Keys and certificate for this lease set. |
abstract KeysAndCert | DatabaseEntry.getKeysAndCert()Keys and certificate for this entry. |
| Modifier and Type | Class and Description |
|---|---|
class | RouterIdentityDefines the unique identifier of a router, including any certificate or
public key. |
| Modifier and Type | Method and Description |
|---|---|
KeysAndCert | RouterInfo.getKeysAndCert()Return the keysAndCert |