Uses of Class
net.i2p.data.BlindData
Package | Description |
---|---|
net.i2p.client |
Interfaces and factories for
the base I2P SDK used to develop applications that communicate
through I2P.
|
net.i2p.client.impl |
Implements the base I2P SDK for developing applications that communicate
through I2P.
|
net.i2p.crypto |
These classes provide a number of low-level cryptographic routines.
|
net.i2p.data.i2cp |
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).
|
net.i2p.router |
The I2P router application handles the I2P network communication.
|
net.i2p.router.networkdb.kademlia |
The network database, including implementation of floodfills.
|
-
Uses of BlindData in net.i2p.client
Methods in net.i2p.client with parameters of type BlindData Modifier and Type Method Description void
I2PSession. sendBlindingInfo(BlindData bd)
-
Uses of BlindData in net.i2p.client.impl
Methods in net.i2p.client.impl with parameters of type BlindData Modifier and Type Method Description void
I2PSessionImpl. sendBlindingInfo(BlindData bd)
-
Uses of BlindData in net.i2p.crypto
Methods in net.i2p.crypto that return BlindData Modifier and Type Method 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. -
Uses of BlindData in net.i2p.data.i2cp
Methods in net.i2p.data.i2cp that return BlindData Modifier and Type Method Description BlindData
BlindingInfoMessage. getBlindData()
Constructors in net.i2p.data.i2cp with parameters of type BlindData Constructor Description BlindingInfoMessage(BlindData bd, SessionId id)
This is the constructor used by I2CP client-side. -
Uses of BlindData in net.i2p.router
Methods in net.i2p.router that return BlindData Modifier and Type Method Description BlindData
NetworkDatabaseFacade. getBlindData(SigningPublicKey spk)
Methods in net.i2p.router that return types with arguments of type BlindData Modifier and Type Method Description List<BlindData>
NetworkDatabaseFacade. getBlindData()
For console ConfigKeyringHelperMethods in net.i2p.router with parameters of type BlindData Modifier and Type Method Description void
NetworkDatabaseFacade. setBlindData(BlindData bd)
-
Uses of BlindData in net.i2p.router.networkdb.kademlia
Methods in net.i2p.router.networkdb.kademlia that return BlindData Modifier and Type Method Description BlindData
KademliaNetworkDatabaseFacade. getBlindData(SigningPublicKey spk)
BlindData
BlindCache. getData(Destination dest)
The cached data or nullBlindData
BlindCache. getData(SigningPublicKey spk)
The cached data or nullBlindData
BlindCache. getReverseData(SigningPublicKey spk)
The cached data or nullMethods in net.i2p.router.networkdb.kademlia that return types with arguments of type BlindData Modifier and Type Method Description List<BlindData>
KademliaNetworkDatabaseFacade. getBlindData()
For console ConfigKeyringHelperList<BlindData>
BlindCache. getData()
For console ConfigKeyringHelperMethods in net.i2p.router.networkdb.kademlia with parameters of type BlindData Modifier and Type Method Description void
BlindCache. addToCache(BlindData bd)
Persists immediately if secret or privkey is non-nullvoid
KademliaNetworkDatabaseFacade. setBlindData(BlindData bd)