| Package | Description |
|---|---|
| com.southernstorm.noise.protocol |
Provides classes for communicating via the Noise protocol.
|
| net.i2p.router.transport.ntcp |
The NTCP transport allows passing I2P messages on top of TCP.
|
| Constructor | Description |
|---|---|
Curve25519DHState(X25519KeyFactory xdh) |
Constructs a new Diffie-Hellman object for Curve25519.
|
HandshakeState(int role,
X25519KeyFactory xdh) |
Creates a new Noise handshake.
|
| Modifier and Type | Method | Description |
|---|---|---|
(package private) X25519KeyFactory |
NTCPTransport.getXDHFactory() |
| Constructor | Description |
|---|---|
NTCPTransport(RouterContext ctx,
DHSessionKeyBuilder.Factory dh,
X25519KeyFactory xdh) |