Uses of Class
net.i2p.router.transport.crypto.DHSessionKeyBuilder
- 
Packages that use 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.cryptoMethods in net.i2p.router.transport.crypto that return DHSessionKeyBuilder Modifier and Type Method Description DHSessionKeyBuilderDHSessionKeyBuilder.Factory. getBuilder()Construct a new DH key builder or pulls a prebuilt one from the queue.DHSessionKeyBuilderDHSessionKeyBuilder.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 voidDHSessionKeyBuilder.Factory. returnUnused(DHSessionKeyBuilder builder)Return an unused DH key builder to be put back onto the queue for reuse.voidDHSessionKeyBuilder.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.udpMethods in net.i2p.router.transport.udp that return DHSessionKeyBuilder Modifier and Type Method Description (package private) DHSessionKeyBuilderUDPTransport. 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)
 
-