- k_ab - Variable in class net.i2p.router.crypto.ratchet.SplitKeys
-
- k_ba - Variable in class net.i2p.router.crypto.ratchet.SplitKeys
-
- 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
-
- KEEP_ALIVE - Static variable in class org.cybergarage.http.HTTP
-
- key - Variable in class net.i2p.router.crypto.ratchet.RatchetEntry
-
- key - Variable in class net.i2p.router.networkdb.kademlia.MessageWrapper.OneTimeSession
-
ElG or ratchet
- KEY_SIZE - Static variable in class net.i2p.router.transport.ntcp.OutboundNTCP2State
-
- keyAt(int) - Method in class net.i2p.router.crypto.ratchet.SparseArray
-
Given an index in the range 0...size()-1, returns
the key from the indexth key-value mapping that this
SparseArray stores.
- KeyData(RouterIdentity, PrivateKey, SigningPrivateKey) - Constructor for class net.i2p.router.startup.LoadRouterInfoJob.KeyData
-
- KEYFILE_PRIVATE_ENC - Static variable in class net.i2p.router.KeyManager
-
- KEYFILE_PRIVATE_SIGNING - Static variable in class net.i2p.router.KeyManager
-
- KEYFILE_PUBLIC_ENC - Static variable in class net.i2p.router.KeyManager
-
- KEYFILE_PUBLIC_SIGNING - Static variable in class net.i2p.router.KeyManager
-
- keyID - Variable in class net.i2p.router.crypto.ratchet.RatchetEntry
-
- 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.router.RouterContext
-
override to support storage in router.config
- KEYS2_FILENAME - Static variable in class net.i2p.router.startup.CreateRouterInfoJob
-
- KEYS_FILENAME - Static variable in class net.i2p.router.startup.CreateRouterInfoJob
-
- 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.GenericWordSelector - Class in org.xlattice.crypto.filters
-
Extracts the k word offsets from a key.
- KeySelector.WordSelector - Interface in org.xlattice.crypto.filters
-
- KEYSTORE_PREFIX - Static variable in class net.i2p.router.crypto.FamilyKeyCrypto
-
- KEYSTORE_SUFFIX - Static variable in class net.i2p.router.crypto.FamilyKeyCrypto
-
- 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).
- killKeys() - Method in class net.i2p.router.Router
-
Not for external use.