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 and 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 and Description |
---|---|
(package private) X25519KeyFactory |
NTCPTransport.getXDHFactory() |
Constructor and Description |
---|
NTCPTransport(RouterContext ctx,
DHSessionKeyBuilder.Factory dh,
X25519KeyFactory xdh) |