|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ByteArray | |
net.i2p.crypto | |
net.i2p.data | |
net.i2p.router.transport.tcp | Implements the transport for communicating with other routers via TCP/IP. |
net.i2p.util |
Uses of ByteArray in net.i2p.crypto |
Methods in net.i2p.crypto that return ByteArray | |
ByteArray |
DHSessionKeyBuilder.getExtraBytes()
Retrieve the extra bytes beyond the session key resulting from the DH exchange. |
Uses of ByteArray in net.i2p.data |
Subclasses of ByteArray in net.i2p.data | |
class |
SessionTag
|
Uses of ByteArray in net.i2p.router.transport.tcp |
Methods in net.i2p.router.transport.tcp that return ByteArray | |
ByteArray |
ConnectionTagManager.getTag(Hash peer)
Retrieve the associated tag (but do not consume it) |
Methods in net.i2p.router.transport.tcp with parameters of type ByteArray | |
SessionKey |
ConnectionTagManager.getKey(ByteArray tag)
|
void |
ConnectionTagManager.replaceTag(Hash peer,
ByteArray newTag,
SessionKey key)
Update the tag associated with a peer, dropping the old one |
Uses of ByteArray in net.i2p.util |
Methods in net.i2p.util that return ByteArray | |
ByteArray |
ByteCache.acquire()
Get the next available structure, either from the cache or a brand new one |
Methods in net.i2p.util with parameters of type ByteArray | |
void |
ByteCache.release(ByteArray entry)
Put this structure back onto the available cache for reuse |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |