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 BlindDataBlinding. decode(I2PAppContext ctx, byte[] b)Decode a new-format b32 address.static BlindDataBlinding. 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 BlindDataNetworkDatabaseFacade. 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 voidNetworkDatabaseFacade. 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 BlindDataKademliaNetworkDatabaseFacade. getBlindData(SigningPublicKey spk)BlindDataBlindCache. getData(Destination dest)The cached data or nullBlindDataBlindCache. getData(SigningPublicKey spk)The cached data or nullBlindDataBlindCache. 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 voidBlindCache. addToCache(BlindData bd)Persists immediately if secret or privkey is non-nullvoidKademliaNetworkDatabaseFacade. setBlindData(BlindData bd)
-