A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

K

k - Variable in class org.xlattice.crypto.filters.BloomSHA1
 
KademliaNetworkDatabaseFacade - Class in net.i2p.router.networkdb.kademlia
Kademlia based version of the network database.
KademliaNetworkDatabaseFacade(RouterContext) - Constructor for class net.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
KBTrimmer - Class in org.klomp.snark.dht
Removes an element older than 15 minutes, but only if the bucket hasn't changed in 5 minutes.
KBTrimmer(I2PAppContext, int) - Constructor for class org.klomp.snark.dht.KBTrimmer
 
KBucket<T extends SimpleDataStructure> - Interface in net.i2p.kademlia
Group, without inherent ordering, a set of keys a certain distance away from a local key, using XOR as the distance metric Refactored from net.i2p.router.networkdb.kademlia
KBucket - Interface in net.i2p.router.networkdb.kademlia
Group, without inherent ordering, a set of keys a certain distance away from a local key, using XOR as the distance metric
KBucketImpl<T extends SimpleDataStructure> - Class in net.i2p.kademlia
A concurrent implementation using ConcurrentHashSet.
KBucketImpl(I2PAppContext, int, int, int, KBucketTrimmer) - Constructor for class net.i2p.kademlia.KBucketImpl
All entries in this bucket will have at least one bit different from us in the range [begin, end] inclusive.
KBucketImpl - Class in net.i2p.router.networkdb.kademlia
 
KBucketImpl(I2PAppContext, LocalHash) - Constructor for class net.i2p.router.networkdb.kademlia.KBucketImpl
 
KBucketImpl(I2PAppContext, Hash) - Constructor for class net.i2p.router.networkdb.kademlia.KBucketImpl
for testing - use above constructor for production to get common caching
KBucketSet<T extends SimpleDataStructure> - Class in net.i2p.kademlia
In-memory storage of buckets sorted by the XOR metric from the base (us) passed in via the constructor.
KBucketSet(I2PAppContext, T, int, int) - Constructor for class net.i2p.kademlia.KBucketSet
Use the default trim strategy, which removes a random entry.
KBucketSet(I2PAppContext, T, int, int, KBucketTrimmer) - Constructor for class net.i2p.kademlia.KBucketSet
Use the supplied trim strategy.
KBucketSet - Class in net.i2p.router.networkdb.kademlia
In memory storage of buckets sorted by the XOR metric from the local router's identity, with bucket N containing routers BASE^N through BASE^N+1 away, up through 2^256 bits away (since we use SHA256).
KBucketSet(I2PAppContext, Hash) - Constructor for class net.i2p.router.networkdb.kademlia.KBucketSet
 
KBucketTrimmer<K extends SimpleDataStructure> - Interface in net.i2p.kademlia
Called when a kbucket can no longer be split and is too big
Kd - Variable in class net.i2p.crypto.CryptixAESKeyCache.KeyCacheEntry
 
Ke - Variable in class net.i2p.crypto.CryptixAESKeyCache.KeyCacheEntry
 
KEEP_ALIVE - Static variable in class org.cybergarage.http.HTTP
 
KEEP_ALIVE - Static variable in class org.klomp.snark.Message
 
keepAlive() - Method in class org.klomp.snark.Peer
Send keepalive
keepAlive() - Method in class org.klomp.snark.PeerState
 
keepAliveMessage() - Method in class org.klomp.snark.PeerState
 
key - Variable in class net.i2p.crypto.CryptixAESKeyCache.KeyCacheEntry
 
key() - Method in class net.metanotion.util.skiplist.SkipLevels
 
KEY_BACKUP_DIR - Static variable in class net.i2p.i2ptunnel.TunnelController
 
KEY_TYPE_LEASESET - Static variable in class net.i2p.data.DatabaseEntry
 
KEY_TYPE_ROUTERINFO - Static variable in class net.i2p.data.DatabaseEntry
these are the same as in i2np's DatabaseStoreMessage
keyFor(Selector) - Method in class net.i2p.client.streaming.AcceptingChannelImpl
 
keyFor(Selector) - Method in class net.i2p.client.streaming.MessageChannel
 
KeyGenerator - Class in net.i2p.crypto
Define a way of generating asymmetrical key pairs as well as symmetrical keys
KeyGenerator(I2PAppContext) - Constructor for class net.i2p.crypto.KeyGenerator
 
keyGenerator() - Method in class net.i2p.I2PAppContext
Component to generate ElGamal, DSA, and Session keys.
KeyManager - Class in net.i2p.router
Maintain all of the key pairs for the router.
KeyManager(RouterContext) - Constructor for class net.i2p.router.KeyManager
 
keyManager() - Method in class net.i2p.router.RouterContext
Coordinates the router's ElGamal and DSA keys, as well as any keys given to it by clients as part of a LeaseSet.
keyRing() - Method in class net.i2p.I2PAppContext
Basic hash map
keyRing() - Method in class net.i2p.router.RouterContext
override to support storage in router.config
KeyRing - Class in net.i2p.util
simple
KeyRing() - Constructor for class net.i2p.util.KeyRing
 
keys - Variable in class net.metanotion.util.skiplist.SkipSpan
 
KeysAndCert - Class in net.i2p.data
KeysAndCert has a public key, a signing key, and a certificate.
KeysAndCert() - Constructor for class net.i2p.data.KeysAndCert
 
KeySelector - Class in org.xlattice.crypto.filters
Given a key, populates arrays determining word and bit offsets into a Bloom filter.
KeySelector(int, int) - Constructor for class org.xlattice.crypto.filters.KeySelector
Creates a key selector for a Bloom filter.
KeySelector.BitSelector - Interface in org.xlattice.crypto.filters
 
KeySelector.GenericBitSelector - Class in org.xlattice.crypto.filters
Extracts the k bit offsets from a key, suitable for general values of m and k.
KeySelector.GenericBitSelector() - Constructor for class org.xlattice.crypto.filters.KeySelector.GenericBitSelector
 
KeySelector.GenericWordSelector - Class in org.xlattice.crypto.filters
Extracts the k word offsets from a key.
KeySelector.GenericWordSelector() - Constructor for class org.xlattice.crypto.filters.KeySelector.GenericWordSelector
 
KeySelector.WordSelector - Interface in org.xlattice.crypto.filters
 
keySer - Variable in class net.metanotion.io.block.index.BSkipSpan
 
keySet() - Method in class net.i2p.util.OrderedProperties
 
KEYSIZE_BITS - Static variable in class net.i2p.router.networkdb.kademlia.KBucketSet
 
KEYSIZE_BYTES - Static variable in class net.i2p.data.PrivateKey
 
KEYSIZE_BYTES - Static variable in class net.i2p.data.PublicKey
 
KEYSIZE_BYTES - Static variable in class net.i2p.data.SessionKey
 
KEYSIZE_BYTES - Static variable in class net.i2p.data.SigningPrivateKey
 
KEYSIZE_BYTES - Static variable in class net.i2p.data.SigningPublicKey
 
kill(Object) - Method in class net.i2p.BOB.NamedDB
Delete an object from array if it exists
killClientExecutor() - Static method in class net.i2p.i2ptunnel.I2PTunnelClientBase
 
killGlobalContext() - Static method in class net.i2p.router.RouterContext
Kill the global I2PAppContext, so it isn't still around when we restart in the same JVM (Android).
killInstance() - Method in class net.metanotion.io.block.index.BSkipLevels
 
killInstance() - Method in class net.metanotion.io.block.index.BSkipSpan
 
killInstance() - Method in class net.metanotion.util.skiplist.SkipLevels
 
killInstance() - Method in class net.metanotion.util.skiplist.SkipSpan
 
killKeys() - Method in class net.i2p.router.Router
 
KRPC - Class in org.klomp.snark.dht
Standard BEP 5 Mods for I2P:
KRPC(I2PAppContext, I2PSession) - Constructor for class org.klomp.snark.dht.KRPC
 
ks - Variable in class org.xlattice.crypto.filters.BloomSHA1
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _