Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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
_
K
K
- Static variable in class net.i2p.crypto.
SHA256Generator
KBucket
- interface net.i2p.router.networkdb.kademlia.
KBucket
.
Group, without inherent ordering, a set of keys a certain distance away from a local key, using XOR as the distance metric
KBucketImpl
- class net.i2p.router.networkdb.kademlia.
KBucketImpl
.
KBucketImpl(I2PAppContext, Hash)
- Constructor for class net.i2p.router.networkdb.kademlia.
KBucketImpl
KBucketSet
- class net.i2p.router.networkdb.kademlia.
KBucketSet
.
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
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
KEY_TYPE_LEASESET
- Static variable in class net.i2p.data.i2np.
DatabaseStoreMessage
KEY_TYPE_ROUTERINFO
- Static variable in class net.i2p.data.i2np.
DatabaseStoreMessage
KademliaNetworkDatabaseFacade
- class net.i2p.router.networkdb.kademlia.
KademliaNetworkDatabaseFacade
.
Kademlia based version of the network database
KademliaNetworkDatabaseFacade(RouterContext)
- Constructor for class net.i2p.router.networkdb.kademlia.
KademliaNetworkDatabaseFacade
Kd
- Variable in class net.i2p.crypto.
CryptixAESKeyCache.KeyCacheEntry
Ke
- Variable in class net.i2p.crypto.
CryptixAESKeyCache.KeyCacheEntry
KeyGenerator
- class net.i2p.crypto.
KeyGenerator
.
Define a way of generating asymetrical key pairs as well as symetrical keys
KeyGenerator(I2PAppContext)
- Constructor for class net.i2p.crypto.
KeyGenerator
KeyManager
- class net.i2p.router.
KeyManager
.
Maintain all of the key pairs for the router.
KeyManager(RouterContext)
- Constructor for class net.i2p.router.
KeyManager
KeySelector
- class org.xlattice.crypto.filters.
KeySelector
.
Given a key, populates arrays determining word and bit offsets into a Bloom filter.
KeySelector(int, int, int[], int[])
- Constructor for class org.xlattice.crypto.filters.
KeySelector
Creates a key selector for a Bloom filter.
KeySelector.BitSelector
- interface org.xlattice.crypto.filters.
KeySelector.BitSelector
.
KeySelector.GenericBitSelector
- class org.xlattice.crypto.filters.
KeySelector.GenericBitSelector
.
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 org.xlattice.crypto.filters.
KeySelector.GenericWordSelector
.
Extracts the k word offsets from a key.
KeySelector.GenericWordSelector()
- Constructor for class org.xlattice.crypto.filters.
KeySelector.GenericWordSelector
KeySelector.WordSelector
- interface org.xlattice.crypto.filters.
KeySelector.WordSelector
.
k
- Variable in class org.xlattice.crypto.filters.
BloomSHA1
key
- Variable in class net.i2p.crypto.
CryptixAESKeyCache.KeyCacheEntry
keyGenerator()
- Method in class net.i2p.
I2PAppContext
Component to generate ElGamal, DSA, and Session keys.
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.
keySet()
- Method in class net.i2p.util.
OrderedProperties
keyToString(byte[])
- Static method in class org.xlattice.crypto.filters.
BloomSHA1
keys()
- Method in class net.i2p.util.
OrderedProperties
ks
- Variable in class org.xlattice.crypto.filters.
BloomSHA1
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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
_