Uses of Interface
net.i2p.router.transport.crypto.DHSessionKeyBuilder.Factory
Package
Description
The I2P router application handles the I2P network communication.
The transport system allows the usage of communication layers that are below I2P in the stack, on which I2P messages are sent.
DH key generation.
The NTCP transport allows passing I2P messages on top of TCP.
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
-
Uses of DHSessionKeyBuilder.Factory in net.i2p.router
Modifier and TypeMethodDescriptionCommSystemFacade.getDHFactory()
Hook for pluggable transport creation. -
Uses of DHSessionKeyBuilder.Factory in net.i2p.router.transport
Modifier and TypeMethodDescriptionCommSystemFacadeImpl.getDHFactory()
Hook for pluggable transport creation.(package private) DHSessionKeyBuilder.Factory
TransportManager.getDHFactory()
Hook for pluggable transport creation. -
Uses of DHSessionKeyBuilder.Factory in net.i2p.router.transport.crypto
Modifier and TypeClassDescriptionstatic class
Try to keep DH pairs at the ready. -
Uses of DHSessionKeyBuilder.Factory in net.i2p.router.transport.ntcp
ModifierConstructorDescription -
Uses of DHSessionKeyBuilder.Factory in net.i2p.router.transport.udp
Modifier and TypeMethodDescription(package private) DHSessionKeyBuilder.Factory
UDPTransport.getDHFactory()
ModifierConstructorDescriptionOutboundEstablishState
(RouterContext ctx, RemoteHostId claimedAddress, RemoteHostId remoteHostId, RouterIdentity remotePeer, boolean allowExtendedOptions, boolean needIntroduction, SessionKey introKey, UDPAddress addr, DHSessionKeyBuilder.Factory dh) UDPTransport
(RouterContext ctx, DHSessionKeyBuilder.Factory dh, X25519KeyFactory xdh)