Uses of Class
net.i2p.data.BlindData
Package
Description
Interfaces and factories for
the base I2P SDK used to develop applications that communicate
through I2P.
Implements the base I2P SDK for developing applications that communicate
through I2P.
These classes provide a number of low-level cryptographic routines.
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).
The I2P router application handles the I2P network communication.
The network database, including implementation of floodfills.
-
Uses of BlindData in net.i2p.client
-
Uses of BlindData in net.i2p.client.impl
-
Uses of BlindData in net.i2p.crypto
Modifier and TypeMethodDescriptionstatic 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
ModifierConstructorDescriptionBlindingInfoMessage
(BlindData bd, SessionId id) This is the constructor used by I2CP client-side. -
Uses of BlindData in net.i2p.router
Modifier and TypeMethodDescriptionNetworkDatabaseFacade.getBlindData()
For console ConfigKeyringHelper -
Uses of BlindData in net.i2p.router.networkdb.kademlia
Modifier and TypeMethodDescriptionKademliaNetworkDatabaseFacade.getBlindData
(SigningPublicKey spk) BlindCache.getData
(Destination dest) The cached data or nullBlindCache.getData
(SigningPublicKey spk) The cached data or nullBlindCache.getReverseData
(SigningPublicKey spk) The cached data or nullModifier and TypeMethodDescriptionKademliaNetworkDatabaseFacade.getBlindData()
For console ConfigKeyringHelperBlindCache.getData()
For console ConfigKeyringHelperModifier and TypeMethodDescriptionvoid
BlindCache.addToCache
(BlindData bd) Persists immediately if secret or privkey is non-nullvoid
KademliaNetworkDatabaseFacade.setBlindData
(BlindData bd)