Uses of Class
net.i2p.router.transport.crypto.X25519KeyFactory
-
Packages that use X25519KeyFactory 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. -
-
Uses of X25519KeyFactory in com.southernstorm.noise.protocol
Constructors in com.southernstorm.noise.protocol with parameters of type X25519KeyFactory Constructor Description Curve25519DHState(X25519KeyFactory xdh)
Constructs a new Diffie-Hellman object for Curve25519.HandshakeState(int role, X25519KeyFactory xdh)
Creates a new Noise handshake. -
Uses of X25519KeyFactory in net.i2p.router.transport.ntcp
Methods in net.i2p.router.transport.ntcp that return X25519KeyFactory Modifier and Type Method Description (package private) X25519KeyFactory
NTCPTransport. getXDHFactory()
Constructors in net.i2p.router.transport.ntcp with parameters of type X25519KeyFactory Constructor Description NTCPTransport(RouterContext ctx, DHSessionKeyBuilder.Factory dh, X25519KeyFactory xdh)
-