パッケージ | 説明 |
---|---|
net.i2p |
Core I2P package, contains information about the I2P version and an entry point to access important elements.
|
net.i2p.util |
These classes define the several useful utilities used
throughout the router and applications.
|
org.klomp.snark.dht |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
RandomSource |
I2PAppContext.random() |
[insert snarky comment here]
|
修飾子とタイプ | クラス | 説明 |
---|---|---|
class |
FortunaRandomSource |
Wrapper around GNU-Crypto's Fortuna PRNG.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
static RandomSource |
RandomSource.getInstance() |
Singleton for whatever PRNG i2p uses.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
static NID |
NodeInfo.generateNID(Hash h,
int p,
RandomSource random) |
Generate a secure NID that matches the Hash and port.
|