|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DHSessionKeyBuilder | |
|---|---|
| net.i2p.router.transport.crypto | |
| net.i2p.router.transport.ntcp | The NTCP transport allows passing I2P messages on top of TCP. |
| 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 | |
|---|---|
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. |
| Uses of DHSessionKeyBuilder in net.i2p.router.transport.ntcp |
|---|
| Methods in net.i2p.router.transport.ntcp that return DHSessionKeyBuilder | |
|---|---|
(package private) DHSessionKeyBuilder |
NTCPTransport.getDHBuilder()
|
| Uses of DHSessionKeyBuilder in net.i2p.router.transport.udp |
|---|
| Methods in net.i2p.router.transport.udp that return DHSessionKeyBuilder | |
|---|---|
(package private) DHSessionKeyBuilder |
UDPTransport.getDHBuilder()
|
| Constructors in net.i2p.router.transport.udp with parameters of type DHSessionKeyBuilder | |
|---|---|
InboundEstablishState(RouterContext ctx,
byte[] remoteIP,
int remotePort,
int localPort,
DHSessionKeyBuilder dh)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||