パッケージ | 説明 |
---|---|
net.i2p.data |
These classes define the common data structures used by the various
I2P protocols.
|
net.i2p.data.router |
Classes formerly in net.i2p.data but moved here as they are only used by the router.
|
修飾子とタイプ | クラス | 説明 |
---|---|---|
class |
Destination |
Defines an end point in the I2P network.
|
class |
VerifiedDestination |
Extend Destination with methods to verify its Certificate.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
abstract KeysAndCert |
DatabaseEntry.getKeysAndCert() |
Get the keys and the cert
Identical to getDestination() in LeaseSet,
and getIdentity() in RouterInfo.
|
KeysAndCert |
LeaseSet.getKeysAndCert() |
修飾子とタイプ | クラス | 説明 |
---|---|---|
class |
RouterIdentity |
Defines the unique identifier of a router, including any certificate or
public key.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
KeysAndCert |
RouterInfo.getKeysAndCert() |