Uses of Class
net.i2p.router.transport.crypto.X25519KeyFactory
Package | Description |
---|---|
net.i2p.router |
The I2P router application handles the I2P network communication.
|
net.i2p.router.dummy |
Dummy versions of things for testing.
|
net.i2p.router.transport |
The transport system allows the usage of communication layers that are below I2P in the stack, on which I2P messages are sent.
|
net.i2p.router.transport.ntcp |
The NTCP transport allows passing I2P messages on top of TCP.
|
-
Uses of X25519KeyFactory in net.i2p.router
Methods in net.i2p.router that return X25519KeyFactory Modifier and Type Method Description X25519KeyFactory
CommSystemFacade. getXDHFactory()
Factory for making X25519 key pairs. -
Uses of X25519KeyFactory in net.i2p.router.dummy
Methods in net.i2p.router.dummy that return X25519KeyFactory Modifier and Type Method Description X25519KeyFactory
VMCommSystem. getXDHFactory()
Factory for making X25519 key pairs. -
Uses of X25519KeyFactory in net.i2p.router.transport
Methods in net.i2p.router.transport that return X25519KeyFactory Modifier and Type Method Description X25519KeyFactory
CommSystemFacadeImpl. getXDHFactory()
Factory for making X25519 key pairs.(package private) X25519KeyFactory
TransportManager. getXDHFactory()
Factory for making X25519 key pairs. -
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)