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

KademliaNetworkDatabaseFacade - net.i2p.router.networkdb.kademliaのクラス
Kademlia based version of the network database.
KademliaNetworkDatabaseFacade(RouterContext) - クラス のコンストラクタnet.i2p.router.networkdb.kademlia.KademliaNetworkDatabaseFacade
 
KANJI - com.google.zxing.qrcode.decoder.Mode
 
KBTrimmer - 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) - クラス のコンストラクタorg.klomp.snark.dht.KBTrimmer
 
KBucket<T extends SimpleDataStructure> - 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
KBucketImpl<T extends SimpleDataStructure> - net.i2p.kademliaのクラス
A concurrent implementation using ConcurrentHashSet.
KBucketImpl(I2PAppContext, int, int, int, KBucketTrimmer<T>) - クラス のコンストラクタnet.i2p.kademlia.KBucketImpl
All entries in this bucket will have at least one bit different from us in the range [begin, end] inclusive.
KBucketSet<T extends SimpleDataStructure> - 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) - クラス のコンストラクタnet.i2p.kademlia.KBucketSet
Use the default trim strategy, which removes a random entry.
KBucketSet(I2PAppContext, T, int, int, KBucketTrimmer<T>) - クラス のコンストラクタnet.i2p.kademlia.KBucketSet
Use the supplied trim strategy.
KBucketTrimmer<K extends SimpleDataStructure> - net.i2p.kademliaのインタフェース
Called when a kbucket can no longer be split and is too big
Kd - クラス の変数net.i2p.crypto.CryptixAESKeyCache.KeyCacheEntry
decryption round keys
Ke - クラス の変数net.i2p.crypto.CryptixAESKeyCache.KeyCacheEntry
encryption round keys
KEEP_ALIVE - クラス のstatic変数org.cybergarage.http.HTTP
 
KEEP_ALIVE - クラス のstatic変数org.klomp.snark.Message
 
keepAlive() - クラス のメソッドorg.klomp.snark.Peer
Send keepalive
keepAlive() - クラス のメソッドorg.klomp.snark.PeerState
 
keepAliveMessage() - クラス のメソッドorg.klomp.snark.PeerState
 
key - クラス の変数net.i2p.router.networkdb.kademlia.MessageWrapper.OneTimeSession
 
key() - クラス のメソッドnet.metanotion.util.skiplist.SkipLevels
 
KEY_BACKUP_DIR - クラス のstatic変数net.i2p.i2ptunnel.TunnelController
 
KEY_TYPE_LEASESET - クラス のstatic変数net.i2p.data.DatabaseEntry
 
KEY_TYPE_ROUTERINFO - クラス のstatic変数net.i2p.data.DatabaseEntry
these are the same as in i2np's DatabaseStoreMessage
KeyCacheEntry() - クラス のコンストラクタnet.i2p.crypto.CryptixAESKeyCache.KeyCacheEntry
 
KeyCacheEntry(int, int) - クラス のコンストラクタnet.i2p.crypto.CryptixAESKeyCache.KeyCacheEntry
 
KeyCertificate - net.i2p.dataのクラス
This certificate type gets its own class because it's going to be used a lot.
KeyCertificate(byte[]) - クラス のコンストラクタnet.i2p.data.KeyCertificate
 
KeyCertificate(SigType) - クラス のコンストラクタnet.i2p.data.KeyCertificate
A KeyCertificate with crypto type 0 (ElGamal) and the signature type as specified.
KeyCertificate(Certificate) - クラス のコンストラクタnet.i2p.data.KeyCertificate
Up-convert a cert to this class
KeyCertificate(SigningPublicKey) - クラス のコンストラクタnet.i2p.data.KeyCertificate
A KeyCertificate with crypto type 0 (ElGamal) and the signature type and extra data from the given public key.
KeyData(RouterIdentity, PrivateKey, SigningPrivateKey) - クラス のコンストラクタnet.i2p.router.startup.LoadRouterInfoJob.KeyData
 
KeyFactory - net.i2p.crypto.eddsaのクラス
 
KeyFactory - net.i2p.crypto.elgamalのクラス
Modified from eddsa
KeyFactory() - クラス のコンストラクタnet.i2p.crypto.eddsa.KeyFactory
 
KeyFactory() - クラス のコンストラクタnet.i2p.crypto.elgamal.KeyFactory
 
KEYFILE_PRIVATE_ENC - クラス のstatic変数net.i2p.router.KeyManager
 
KEYFILE_PRIVATE_SIGNING - クラス のstatic変数net.i2p.router.KeyManager
 
KEYFILE_PUBLIC_ENC - クラス のstatic変数net.i2p.router.KeyManager
 
KEYFILE_PUBLIC_SIGNING - クラス のstatic変数net.i2p.router.KeyManager
 
keyGenerator() - クラス のメソッドnet.i2p.I2PAppContext
Component to generate ElGamal, DSA, and Session keys.
KeyGenerator - net.i2p.cryptoのクラス
Define a way of generating asymmetrical key pairs as well as symmetrical keys
KeyGenerator(I2PAppContext) - クラス のコンストラクタnet.i2p.crypto.KeyGenerator
 
keyManager() - クラス のメソッド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.
KeyManager - net.i2p.routerのクラス
Maintain all of the key pairs for the router.
KeyManager(RouterContext) - クラス のコンストラクタnet.i2p.router.KeyManager
 
KeyPairGenerator - net.i2p.crypto.eddsaのクラス
Default strength is 256
KeyPairGenerator - net.i2p.crypto.elgamalのクラス
Modified from eddsa Only supported strength is 2048
KeyPairGenerator() - クラス のコンストラクタnet.i2p.crypto.eddsa.KeyPairGenerator
 
KeyPairGenerator() - クラス のコンストラクタnet.i2p.crypto.elgamal.KeyPairGenerator
 
keyRing() - クラス のメソッドnet.i2p.I2PAppContext
Basic hash map
keyRing() - クラス のメソッドnet.i2p.router.RouterContext
override to support storage in router.config
KeyRing - net.i2p.utilのクラス
simple
KeyRing - net.i2p.cryptoのインタフェース
A backend for storing and retrieving SigningPublicKeys to be used for verifying signatures.
KeyRing() - クラス のコンストラクタnet.i2p.util.KeyRing
 
keys - クラス の変数net.metanotion.util.skiplist.SkipSpan
 
KEYS_FILENAME - クラス のstatic変数net.i2p.router.startup.CreateRouterInfoJob
 
KEYS2_FILENAME - クラス のstatic変数net.i2p.router.startup.CreateRouterInfoJob
 
KeysAndCert - net.i2p.dataのクラス
KeysAndCert has a public key, a signing key, and a certificate.
KeysAndCert() - クラス のコンストラクタnet.i2p.data.KeysAndCert
 
KeySelector - org.xlattice.crypto.filtersのクラス
Given a key, populates arrays determining word and bit offsets into a Bloom filter.
KeySelector(int, int) - クラス のコンストラクタorg.xlattice.crypto.filters.KeySelector
Creates a key selector for a Bloom filter.
KeySelector.BitSelector - org.xlattice.crypto.filtersのインタフェース
 
KeySelector.GenericBitSelector - org.xlattice.crypto.filtersのクラス
Extracts the k bit offsets from a key, suitable for general values of m and k.
KeySelector.GenericWordSelector - org.xlattice.crypto.filtersのクラス
Extracts the k word offsets from a key.
KeySelector.WordSelector - org.xlattice.crypto.filtersのインタフェース
 
keySer - クラス の変数net.metanotion.io.block.index.BSkipSpan
 
keySet() - クラス のメソッドnet.i2p.util.OrderedProperties
 
KEYSIZE_BYTES - クラス のstatic変数net.i2p.data.PrivateKey
 
KEYSIZE_BYTES - クラス のstatic変数net.i2p.data.PublicKey
 
KEYSIZE_BYTES - クラス のstatic変数net.i2p.data.SessionKey
 
KEYSIZE_BYTES - クラス のstatic変数net.i2p.data.SigningPrivateKey
 
KEYSIZE_BYTES - クラス のstatic変数net.i2p.data.SigningPublicKey
 
KEYSTORE_PREFIX - クラス のstatic変数net.i2p.router.crypto.FamilyKeyCrypto
 
KEYSTORE_SUFFIX - クラス のstatic変数net.i2p.router.crypto.FamilyKeyCrypto
 
KeyStoreUtil - net.i2p.cryptoのクラス
Keystore utilities, consolidated from various places.
KeyStoreUtil() - クラス のコンストラクタnet.i2p.crypto.KeyStoreUtil
 
kill(String) - クラス のメソッドnet.i2p.BOB.NamedDB
Delete an object if it exists
killGlobalContext() - クラス のstaticメソッドnet.i2p.router.RouterContext
Kill the global I2PAppContext, so it isn't still around when we restart in the same JVM (Android).
killInstance() - クラス のメソッドnet.metanotion.io.block.index.BSkipLevels
 
killInstance() - クラス のメソッドnet.metanotion.io.block.index.BSkipSpan
 
killInstance() - クラス のメソッドnet.metanotion.util.skiplist.SkipLevels
 
killInstance() - クラス のメソッドnet.metanotion.util.skiplist.SkipSpan
 
killKeys() - クラス のメソッドnet.i2p.router.Router
Not for external use.
killSharedClient() - クラス のstaticメソッドnet.i2p.i2ptunnel.I2PTunnelClientBase
Kill the shared client, so that on restart in android we won't latch onto the old one
KNOWN_OPENTRACKERS - クラス のstatic変数org.klomp.snark.SnarkManager
host names for config form
KRPC - org.klomp.snark.dhtのクラス
Standard BEP 5 Mods for I2P:
KRPC(I2PAppContext, String, I2PSession) - クラス のコンストラクタorg.klomp.snark.dht.KRPC
 
KV_SEPARATOR - クラス のstatic変数net.i2p.client.naming.HostTxtEntry
 
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 _ 
ナビゲーション・リンクをスキップ