Uses of Class
net.i2p.router.transport.crypto.DHSessionKeyBuilder
Package | Description |
---|---|
net.i2p.router.transport.crypto |
DH key generation.
|
net.i2p.router.transport.udp |
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
|
-
Uses of DHSessionKeyBuilder in net.i2p.router.transport.crypto
Methods in net.i2p.router.transport.crypto that return DHSessionKeyBuilder Modifier and Type Method Description DHSessionKeyBuilder
DHSessionKeyBuilder.Factory. getBuilder()
Construct a new DH key builder or pulls a prebuilt one from the queue.DHSessionKeyBuilder
DHSessionKeyBuilder.PrecalcRunner. getBuilder()
Construct a new DH key builder or pulls a prebuilt one from the queue.Methods in net.i2p.router.transport.crypto with parameters of type DHSessionKeyBuilder Modifier and Type Method Description void
DHSessionKeyBuilder.Factory. returnUnused(DHSessionKeyBuilder builder)
Return an unused DH key builder to be put back onto the queue for reuse.void
DHSessionKeyBuilder.PrecalcRunner. returnUnused(DHSessionKeyBuilder builder)
Return an unused DH key builder to be put back onto the queue for reuse. -
Uses of DHSessionKeyBuilder in net.i2p.router.transport.udp
Methods in net.i2p.router.transport.udp that return DHSessionKeyBuilder Modifier and Type Method Description (package private) DHSessionKeyBuilder
UDPTransport. getDHBuilder()
Constructors in net.i2p.router.transport.udp with parameters of type DHSessionKeyBuilder Constructor Description InboundEstablishState(RouterContext ctx, byte[] remoteIP, int remotePort, int localPort, DHSessionKeyBuilder dh, UDPPacketReader.SessionRequestReader req)