Package | Description |
---|---|
net.i2p.crypto |
These classes provide a number of low-level cryptographic routines.
|
net.i2p.router |
The I2P router application handles the I2P network communication.
|
net.i2p.router.networkdb.kademlia |
The network database, including implementation of floodfills.
|
Modifier and Type | Method and Description |
---|---|
static BlindData |
Blinding.decode(I2PAppContext ctx,
byte[] b)
Decode a new-format b32 address.
|
static BlindData |
Blinding.decode(I2PAppContext ctx,
String address)
Decode a new-format b32 address.
|
Modifier and Type | Method and Description |
---|---|
BlindData |
NetworkDatabaseFacade.getBlindData(SigningPublicKey spk) |
Modifier and Type | Method and Description |
---|---|
List<BlindData> |
NetworkDatabaseFacade.getBlindData()
For console ConfigKeyringHelper
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkDatabaseFacade.setBlindData(BlindData bd) |
Modifier and Type | Method and Description |
---|---|
BlindData |
KademliaNetworkDatabaseFacade.getBlindData(SigningPublicKey spk) |
BlindData |
BlindCache.getData(Destination dest)
The cached data or null
|
BlindData |
BlindCache.getData(SigningPublicKey spk)
The cached data or null
|
BlindData |
BlindCache.getReverseData(SigningPublicKey spk)
The cached data or null
|
Modifier and Type | Method and Description |
---|---|
List<BlindData> |
KademliaNetworkDatabaseFacade.getBlindData()
For console ConfigKeyringHelper
|
List<BlindData> |
BlindCache.getData()
For console ConfigKeyringHelper
|
Modifier and Type | Method and Description |
---|---|
void |
BlindCache.addToCache(BlindData bd)
Persists immediately if secret or privkey is non-null
|
void |
KademliaNetworkDatabaseFacade.setBlindData(BlindData bd) |