Uses of Class
net.i2p.data.BlindData
-
Packages that use BlindData 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. -
-
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.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)
-